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 14:25:23 +01:00
parent 46cbb5525c
commit ed757ba5bf
+1 -1
View File
@@ -581,7 +581,7 @@ public:
private:
ASTPointer<ParameterList> m_parameters;
bool m_anonymous;
bool m_anonymous = false;
};
/**