added test to check anonymous events with user specified topics

added initial value for m_anonymous of EventDefinition
This commit is contained in:
Liana Husikyan 2015-03-17 12:28:24 +01:00
parent 46cbb5525c
commit ed757ba5bf

2
AST.h
View File

@ -581,7 +581,7 @@ public:
private:
ASTPointer<ParameterList> m_parameters;
bool m_anonymous;
bool m_anonymous = false;
};
/**