From cf403cac888ee277e77cecf0dc9a6e86b6f3f966 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 13 Nov 2009 14:22:03 +0000 Subject: More SAXParser const char conversion. --- server/src/saxparser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/saxparser.cc') 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); } -- cgit v1.2.3