summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/XMLParser.h')
-rw-r--r--Swiften/Parser/XMLParser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Parser/XMLParser.h b/Swiften/Parser/XMLParser.h
index 8a73c3f..ad79b2d 100644
--- a/Swiften/Parser/XMLParser.h
+++ b/Swiften/Parser/XMLParser.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2010 Isode Limited. 2 * Copyright (c) 2010-2019 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
@@ -18,7 +18,7 @@ namespace Swift {
18 XMLParser(XMLParserClient* client); 18 XMLParser(XMLParserClient* client);
19 virtual ~XMLParser(); 19 virtual ~XMLParser();
20 20
21 virtual bool parse(const std::string& data) = 0; 21 virtual bool parse(const std::string& data, bool finalData = false) = 0;
22 22
23 XMLParserClient* getClient() const { 23 XMLParserClient* getClient() const {
24 return client_; 24 return client_;