added parsing for constant variables

This commit is contained in:
Liana Husikyan
2015-03-16 10:46:46 +01:00
parent a16677dcfb
commit 67cd3a7180
7 changed files with 42 additions and 17 deletions
+1
View File
@@ -54,6 +54,7 @@ private:
bool allowIndexed = false;
bool allowEmptyName = false;
bool allowInitialValue = false;
bool isDeclaredConst = false;
};
///@{