diff options
Diffstat (limited to 'server/src/macroparser.h')
-rw-r--r-- | server/src/macroparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macroparser.h b/server/src/macroparser.h index a283d26..a2a144c 100644 --- a/server/src/macroparser.h +++ b/server/src/macroparser.h @@ -51,7 +51,7 @@ public: void characterData(std::string &data); void startTag(std::string name, std::map< std::string, std::string> attributes); void endTag(std::string name); - void parseError(char *buf, size_t len, std::string error, int lineno); + void parseError(const char *buf, size_t len, std::string error, int lineno); /** * Get a pointer to the parsed macro. |