summaryrefslogtreecommitdiff
path: root/src/parsers/templateparmindex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsers/templateparmindex.cpp')
-rw-r--r--src/parsers/templateparmindex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parsers/templateparmindex.cpp b/src/parsers/templateparmindex.cpp
index a5f6b62..211ccab 100644
--- a/src/parsers/templateparmindex.cpp
+++ b/src/parsers/templateparmindex.cpp
@@ -32,7 +32,7 @@ void parseTemplateParmIndexNode(TemplateParmIndexNode *node)
fillType(node);
Log::dump(node);
-#ifdef ENABLE_CPPLANG
+#ifdef ENABLE_CXXLANG
setPrintField(node, TEMPLATE_PARM_IDX, parmIdx);
setPrintField(node, TEMPLATE_PARM_LEVEL, parmLevel);
setPrintField(node, TEMPLATE_PARM_ORIG_LEVEL, parmOrigLevel);