diff options
Diffstat (limited to 'server/src/saxparser.cc')
-rw-r--r-- | server/src/saxparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/saxparser.cc b/server/src/saxparser.cc index 1f808b1..9072ab6 100644 --- a/server/src/saxparser.cc +++ b/server/src/saxparser.cc @@ -231,7 +231,7 @@ public: //printf("<%s>\n", name.c_str()); } - 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) { throw Exception(error); } |