diff options
Diffstat (limited to 'server/src/queryparser.h')
-rw-r--r-- | server/src/queryparser.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/server/src/queryparser.h b/server/src/queryparser.h index ea952e7..b550a5f 100644 --- a/server/src/queryparser.h +++ b/server/src/queryparser.h @@ -39,7 +39,7 @@ */ class QueryParser : public SAXParser { public: - QueryParser(std::string document); + QueryParser(); void startTag(std::string name, std::map< std::string, std::string> attributes); void endTag(std::string name); @@ -47,9 +47,6 @@ public: QueryResult result; -protected: - int readData(char *data, size_t size); - private: // For read int p; |