summaryrefslogtreecommitdiffhomepage
path: root/options/metatype.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-07-14 09:00:05 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-07-14 09:00:55 +0200
commit88103dd3dd5a8bdd70958eea9eac65973941aa87 (patch)
tree4dace2e89dc44c925cb2a0c63344c0203aedd54d /options/metatype.cpp
parent54d5a27c7d89688afe09a7e383001586ac742846 (diff)
fix build
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__)