diff options
Diffstat (limited to 'src/common/settings_common.cpp')
| -rw-r--r-- | src/common/settings_common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings_common.cpp b/src/common/settings_common.cpp index 799942980..8b666f8b2 100644 --- a/src/common/settings_common.cpp +++ b/src/common/settings_common.cpp | |||
| @@ -36,7 +36,7 @@ bool BasicSetting::RuntimeModfiable() const { | |||
| 36 | return runtime_modifiable; | 36 | return runtime_modifiable; |
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | Category BasicSetting::Category() const { | 39 | Category BasicSetting::GetCategory() const { |
| 40 | return category; | 40 | return category; |
| 41 | } | 41 | } |
| 42 | 42 | ||