summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/XMLParserClient.cpp')
-rw-r--r--Swiften/Parser/XMLParserClient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Parser/XMLParserClient.cpp b/Swiften/Parser/XMLParserClient.cpp
index 847e1f3..6698900 100644
--- a/Swiften/Parser/XMLParserClient.cpp
+++ b/Swiften/Parser/XMLParserClient.cpp
@@ -14,7 +14,7 @@ XMLParserClient::~XMLParserClient() {
14void XMLParserClient::handleStartElement(const std::string&, const std::string&, const AttributeMap&) { 14void XMLParserClient::handleStartElement(const std::string&, const std::string&, const AttributeMap&) {
15} 15}
16 16
17void XMLParserClient::handleStartElementPrefix(const std::string&, const std::string&, const std::string&, const std::string&, const std::string&, const AttributeMap&) { 17void XMLParserClient::handleStartElementPrefix(const std::string&, const std::string&, const std::string&, const AttributeMap&) {
18} 18}
19 19
20void XMLParserClient::handleNamespaceDeclaration(const std::string&, const std::string&) { 20void XMLParserClient::handleNamespaceDeclaration(const std::string&, const std::string&) {