diff options
Diffstat (limited to 'server/src/macroheaderparser.h')
-rw-r--r-- | server/src/macroheaderparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macroheaderparser.h b/server/src/macroheaderparser.h index 0bc58ed..a4bb8bc 100644 --- a/server/src/macroheaderparser.h +++ b/server/src/macroheaderparser.h @@ -65,7 +65,7 @@ public: /** * Overloaded parser callback method. */ - 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. |