summaryrefslogtreecommitdiff
path: root/src/parsers/decl/template_decl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsers/decl/template_decl.cpp')
-rw-r--r--src/parsers/decl/template_decl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parsers/decl/template_decl.cpp b/src/parsers/decl/template_decl.cpp
index 394f427..21220b5 100644
--- a/src/parsers/decl/template_decl.cpp
+++ b/src/parsers/decl/template_decl.cpp
@@ -38,7 +38,7 @@ void parseTemplateDeclNode(TemplateDeclNode *node)
fillDeclAutoGenerated(node);
fillDeclAttributes(node);
-#ifdef ENABLE_CPPLANG
+#ifdef ENABLE_CXXLANG
node->specializations = static_cast<TreeListNode*>(createParseNode(
node,
DECL_TEMPLATE_SPECIALIZATIONS(node->gccNode),