summaryrefslogtreecommitdiff
path: root/runtime/runtime_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime_options.h')
-rw-r--r--runtime/runtime_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime_options.h b/runtime/runtime_options.h
index 4610f6f4a1..ab69d4f1cb 100644
--- a/runtime/runtime_options.h
+++ b/runtime/runtime_options.h
@@ -73,7 +73,7 @@ struct TestProfilerOptions;
using Key = RuntimeArgumentMapKey<TValue>;
// List of key declarations, shorthand for 'static const Key<T> Name'
-#define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> Name;
+#define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name);
#include "runtime_options.def"
};