aboutsummaryrefslogtreecommitdiffstats
path: root/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Parser.h')
-rw-r--r--Parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Parser.h b/Parser.h
index cc0b2ca1..469e446f 100644
--- a/Parser.h
+++ b/Parser.h
@@ -54,6 +54,7 @@ private:
bool allowIndexed = false;
bool allowEmptyName = false;
bool allowInitialValue = false;
+ bool isDeclaredConst = false;
};
///@{