(svn r24516) -Add: [GS] Support ##plural pragma in GS lang files.

This commit is contained in:
frosch
2012-09-09 15:55:20 +00:00
parent 2ec6136113
commit 16760cff8b
4 changed files with 13 additions and 12 deletions

View File

@@ -81,7 +81,7 @@ struct StringReader {
* Handle the pragma of the file.
* @param str The pragma string to parse.
*/
virtual void HandlePragma(char *str) = 0;
virtual void HandlePragma(char *str);
/**
* Start parsing the file.