diff options
Diffstat (limited to 'Swiften/Parser/GenericPayloadTreeParser.h')
| -rw-r--r-- | Swiften/Parser/GenericPayloadTreeParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Parser/GenericPayloadTreeParser.h b/Swiften/Parser/GenericPayloadTreeParser.h index d90903c..37505ac 100644 --- a/Swiften/Parser/GenericPayloadTreeParser.h +++ b/Swiften/Parser/GenericPayloadTreeParser.h | |||
| @@ -20,7 +20,7 @@ namespace Swift { | |||
| 20 | * Generic parser offering something a bit like a DOM to work with. | 20 | * Generic parser offering something a bit like a DOM to work with. |
| 21 | */ | 21 | */ |
| 22 | template<typename PAYLOAD_TYPE> | 22 | template<typename PAYLOAD_TYPE> |
| 23 | class SWIFTEN_API GenericPayloadTreeParser : public GenericPayloadParser<PAYLOAD_TYPE> { | 23 | class GenericPayloadTreeParser : public GenericPayloadParser<PAYLOAD_TYPE> { |
| 24 | public: | 24 | public: |
| 25 | virtual void handleStartElement(const std::string& element, const std::string& xmlns, const AttributeMap& attributes) { | 25 | virtual void handleStartElement(const std::string& element, const std::string& xmlns, const AttributeMap& attributes) { |
| 26 | if (!root_) { | 26 | if (!root_) { |
Swift