diff options
Diffstat (limited to 'server/src/queryparser.h')
-rw-r--r-- | server/src/queryparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/queryparser.h b/server/src/queryparser.h index 58f7f37..4a499a7 100644 --- a/server/src/queryparser.h +++ b/server/src/queryparser.h @@ -41,6 +41,7 @@ public: 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); QueryResult result; |