diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-06-21 23:06:10 +0200 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-21 16:56:55 +0200 |
commit | 52cc7b438bbaccb440382d0fd38d2d0805907814 (patch) | |
tree | f116d0f49b524231729e22eb9e987a4fd7b746fd /src | |
parent | shared_translation: Deobfuscate auto time zone (diff) | |
download | yuzu-52cc7b438bbaccb440382d0fd38d2d0805907814.tar yuzu-52cc7b438bbaccb440382d0fd38d2d0805907814.tar.gz yuzu-52cc7b438bbaccb440382d0fd38d2d0805907814.tar.bz2 yuzu-52cc7b438bbaccb440382d0fd38d2d0805907814.tar.lz yuzu-52cc7b438bbaccb440382d0fd38d2d0805907814.tar.xz yuzu-52cc7b438bbaccb440382d0fd38d2d0805907814.tar.zst yuzu-52cc7b438bbaccb440382d0fd38d2d0805907814.zip |
Diffstat (limited to 'src')
-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: */ class BasicSetting { protected: - explicit BasicSetting(Linkage& linkage, const std::string& name, enum Category category_, - bool save_, bool runtime_modifiable_, u32 specialization, + explicit BasicSetting(Linkage& linkage, const std::string& name, Category category_, bool save_, + bool runtime_modifiable_, u32 specialization, BasicSetting* other_setting); public: |