Skip to content

Commit

Permalink
#5200: Fix missing preference entry boxes in PrefDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Aug 27, 2020
1 parent 35a08af commit ef6aa92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiantcore/settings/PreferenceItems.h
Expand Up @@ -30,7 +30,7 @@ class PreferenceLabel :

class PreferenceEntry :
public PreferenceItemBase,
public virtual IPreferenceLabel
public virtual IPreferenceEntry
{
public:
PreferenceEntry(const std::string& label, const std::string& registryKey) :
Expand Down

0 comments on commit ef6aa92

Please sign in to comment.