fixed case statements

This commit is contained in:
RJ Catalano
2015-12-15 11:37:00 -06:00
parent 767103be57
commit 5a462afd03
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1153,6 +1153,7 @@ public:
private:
std::vector<ASTPointer<Expression>> m_components;
bool isInlineArray() const { return m_isArray; }
};
/**