From d7c7c961e8c35c2d8587ec7f60aac5e309284a97 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 13 Nov 2009 11:00:08 +0000 Subject: Added SessionIDs to http communication. Made SAXParser run on const char*. --- server/src/macroparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/macroparser.h') 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. -- cgit v1.2.3