summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ConfigBase.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ConfigBase.hpp b/ConfigBase.hpp
index d1e0ef5..f2c27a4 100644
--- a/ConfigBase.hpp
+++ b/ConfigBase.hpp
@@ -61,6 +61,7 @@ using Boolean = bool;
#define ConfigVal(Value) {#Value, mkConfigValue(Value)}
+#define ConfigValName(Name, Value) {#Name, mkConfigValue(Value)}
#define ConfigValEx(Value, ...) {#Value, mkConfigValue(Value, __VA_ARGS__)}
template<>