diff options
Diffstat (limited to 'src/common/settings_common.h')
| -rw-r--r-- | src/common/settings_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/settings_common.h b/src/common/settings_common.h index 6b717deb1..669d32204 100644 --- a/src/common/settings_common.h +++ b/src/common/settings_common.h | |||
| @@ -80,8 +80,8 @@ public: | |||
| 80 | */ | 80 | */ |
| 81 | class BasicSetting { | 81 | class BasicSetting { |
| 82 | protected: | 82 | protected: |
| 83 | explicit BasicSetting(Linkage& linkage, const std::string& name, enum Category category_, | 83 | explicit BasicSetting(Linkage& linkage, const std::string& name, Category category_, bool save_, |
| 84 | bool save_, bool runtime_modifiable_, u32 specialization, | 84 | bool runtime_modifiable_, u32 specialization, |
| 85 | BasicSetting* other_setting); | 85 | BasicSetting* other_setting); |
| 86 | 86 | ||
| 87 | public: | 87 | public: |