summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/XMLParser.cpp')
-rw-r--r--Swiften/Parser/XMLParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Parser/XMLParser.cpp b/Swiften/Parser/XMLParser.cpp
index 8e92fe4..8a0799f 100644
--- a/Swiften/Parser/XMLParser.cpp
+++ b/Swiften/Parser/XMLParser.cpp
@@ -8,7 +8,7 @@
8 8
9namespace Swift { 9namespace Swift {
10 10
11XMLParser::XMLParser(XMLParserClient* client) : client_(client) { 11XMLParser::XMLParser(XMLParserClient* client, bool allowComments) : client_(client), allowComments_(allowComments){
12} 12}
13 13
14XMLParser::~XMLParser() { 14XMLParser::~XMLParser() {