summaryrefslogtreecommitdiff
path: root/src/common/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/settings.cpp')
-rw-r--r--src/common/settings.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp
index a1cc76a38..f4eb2d2fb 100644
--- a/src/common/settings.cpp
+++ b/src/common/settings.cpp
@@ -25,6 +25,7 @@
25 25
26namespace Settings { 26namespace Settings {
27 27
28#ifndef _CANNOT_EXPLICITLY_INSTANTIATE
28#define SETTING(TYPE, RANGED) template class Setting<TYPE, RANGED> 29#define SETTING(TYPE, RANGED) template class Setting<TYPE, RANGED>
29#define SWITCHABLE(TYPE, RANGED) template class SwitchableSetting<TYPE, RANGED> 30#define SWITCHABLE(TYPE, RANGED) template class SwitchableSetting<TYPE, RANGED>
30 31
@@ -61,6 +62,7 @@ SWITCHABLE(u8, true);
61 62
62#undef SETTING 63#undef SETTING
63#undef SWITCHABLE 64#undef SWITCHABLE
65#endif
64 66
65Values values; 67Values values;
66 68