Fix: No parameters for event.

This commit is contained in:
Christian
2015-01-30 21:49:01 +01:00
parent 06e846b45c
commit ab9dec320a
2 changed files with 14 additions and 12 deletions
+3
View File
@@ -97,6 +97,9 @@ private:
ASTPointer<ASTString> getLiteralAndAdvance();
///@}
/// Creates an empty ParameterList at the current location (used if parameters can be omitted).
ASTPointer<ParameterList> createEmptyParameterList();
/// Creates a @ref ParserError exception and annotates it with the current position and the
/// given @a _description.
ParserError createParserError(std::string const& _description) const;