diff options
Diffstat (limited to 'server/src/transactionparser.h')
| -rw-r--r-- | server/src/transactionparser.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/transactionparser.h b/server/src/transactionparser.h index 385e1a5..4d54a5a 100644 --- a/server/src/transactionparser.h +++ b/server/src/transactionparser.h @@ -57,7 +57,7 @@ public:     * Parser error callback method. Unlike its parent class, this method throws     * an exception.     */ -  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);  private:    Transaction *transaction;  | 
