summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/ExpatParser.h')
-rw-r--r--Swiften/Parser/ExpatParser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Parser/ExpatParser.h b/Swiften/Parser/ExpatParser.h
index 12df463..7583339 100644
--- a/Swiften/Parser/ExpatParser.h
+++ b/Swiften/Parser/ExpatParser.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2010-2016 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 */
@@ -19,7 +19,7 @@ namespace Swift {
19 ExpatParser(XMLParserClient* client); 19 ExpatParser(XMLParserClient* client);
20 ~ExpatParser(); 20 ~ExpatParser();
21 21
22 bool parse(const std::string& data); 22 bool parse(const std::string& data, bool finalData = false);
23 23
24 void stopParser(); 24 void stopParser();
25 25