diff options
Diffstat (limited to 'options/metatype.cpp')
-rw-r--r-- | options/metatype.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/metatype.cpp b/options/metatype.cpp index b6df94ca..44f30187 100644 --- a/options/metatype.cpp +++ b/options/metatype.cpp @@ -22,7 +22,7 @@ int declare_metatype_for_type(const char* str) #define OPENTRACK_DEFINE_METATYPE4(t, sym) \ class sym { \ static const int dribble; \ - } sym ## _singleton; \ + } sym; \ const int sym :: dribble = ::options::detail::declare_metatype_for_type<t>(#t); #define OPENTRACK_DEFINE_METATYPE(t) OPENTRACK_DEFINE_METATYPE2(t, __COUNTER__) |