summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2023-06-21 23:06:10 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-07-21 16:56:55 +0200
commit52cc7b438bbaccb440382d0fd38d2d0805907814 (patch)
treef116d0f49b524231729e22eb9e987a4fd7b746fd
parentshared_translation: Deobfuscate auto time zone (diff)
downloadyuzu-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
-rw-r--r--src/common/settings_common.h4
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: