From 67cd3a7180023f613efda64f4f4d2b1bc37990c6 Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Tue, 3 Mar 2015 12:58:01 +0100 Subject: added parsing for constant variables --- Parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Parser.h') 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; }; ///@{ -- cgit