summaryrefslogtreecommitdiffhomepage
path: root/options/metatype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'options/metatype.cpp')
-rw-r--r--options/metatype.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/metatype.cpp b/options/metatype.cpp
index 1d13cbdd..b6df94ca 100644
--- a/options/metatype.cpp
+++ b/options/metatype.cpp
@@ -23,7 +23,7 @@ int declare_metatype_for_type(const char* str)
class sym { \
static const int dribble; \
} sym ## _singleton; \
- const int sym :: dribble = ::options::detail::declare_metatype_for_type<t>(#t)
+ const int sym :: dribble = ::options::detail::declare_metatype_for_type<t>(#t);
#define OPENTRACK_DEFINE_METATYPE(t) OPENTRACK_DEFINE_METATYPE2(t, __COUNTER__)