(svn r24516) -Add: [GS] Support ##plural pragma in GS lang files.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user