summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorTanninOne <seppleviathan@gmx.de>2015-12-06 15:03:38 +0100
committerTanninOne <seppleviathan@gmx.de>2015-12-06 15:03:38 +0100
commiteca56079d5625c3ddc908d5e8fc9550ce298b1af (patch)
tree4fc3a4f2c56a41d750baab84c392eec09fe6f75f /src/settings.h
parente31cf3f2fd99073d22fdddfdb106a59858e14299 (diff)
parentec9c78f8fa49ce960fb708d4a140c44ed3130989 (diff)
Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into ThosRTanner-master
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/settings.h b/src/settings.h
index b6f25a6d..1ee16e76 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -328,7 +328,7 @@ private:
};
/** Display/store the configuration in the 'general' tab of the settings dialogue */
- class GeneralTab : SettingsTab
+ class GeneralTab : public SettingsTab
{
public:
GeneralTab(Settings *m_parent, SettingsDialog &m_dialog);
@@ -347,7 +347,7 @@ private:
};
/** Display/store the configuration in the 'nexus' tab of the settings dialogue */
- class NexusTab : SettingsTab
+ class NexusTab : public SettingsTab
{
public:
NexusTab(Settings *m_parent, SettingsDialog &m_dialog);
@@ -365,7 +365,7 @@ private:
};
/** Display/store the configuration in the 'steam' tab of the settings dialogue */
- class SteamTab : SettingsTab
+ class SteamTab : public SettingsTab
{
public:
SteamTab(Settings *m_parent, SettingsDialog &m_dialog);
@@ -378,7 +378,7 @@ private:
};
/** Display/store the configuration in the 'plugins' tab of the settings dialogue */
- class PluginsTab : SettingsTab
+ class PluginsTab : public SettingsTab
{
public:
PluginsTab(Settings *m_parent, SettingsDialog &m_dialog);
@@ -391,7 +391,7 @@ private:
};
/** Display/store the configuration in the 'workarounds' tab of the settings dialogue */
- class WorkaroundsTab : SettingsTab
+ class WorkaroundsTab : public SettingsTab
{
public:
WorkaroundsTab(Settings *m_parent, SettingsDialog &m_dialog);