diff options
Diffstat (limited to 'Swiften/Parser/XMLParserClient.cpp')
| -rw-r--r-- | Swiften/Parser/XMLParserClient.cpp | 2 |
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() { | |||
| 14 | void XMLParserClient::handleStartElement(const std::string&, const std::string&, const AttributeMap&) { | 14 | void XMLParserClient::handleStartElement(const std::string&, const std::string&, const AttributeMap&) { |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | void XMLParserClient::handleStartElementPrefix(const std::string&, const std::string&, const std::string&, const std::string&, const std::string&, const AttributeMap&) { | 17 | void XMLParserClient::handleStartElementPrefix(const std::string&, const std::string&, const std::string&, const AttributeMap&) { |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | void XMLParserClient::handleNamespaceDeclaration(const std::string&, const std::string&) { | 20 | void XMLParserClient::handleNamespaceDeclaration(const std::string&, const std::string&) { |
Swift