diff options
| author | deva <deva> | 2009-11-13 11:00:08 +0000 | 
|---|---|---|
| committer | deva <deva> | 2009-11-13 11:00:08 +0000 | 
| commit | d7c7c961e8c35c2d8587ec7f60aac5e309284a97 (patch) | |
| tree | 3f1b4fb382a7ece23c944eeeca2e8eb61f1d25aa /server/src/templateparser.h | |
| parent | 90fe99277f0300eb7f0b80545d6a21f94198d45f (diff) | |
Added SessionIDs to http communication. Made SAXParser run on const char*.
Diffstat (limited to 'server/src/templateparser.h')
| -rw-r--r-- | server/src/templateparser.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/server/src/templateparser.h b/server/src/templateparser.h index 61f4d0b..51e24a7 100644 --- a/server/src/templateparser.h +++ b/server/src/templateparser.h @@ -44,7 +44,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);    Template *getTemplate(); | 
