summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/GenericPayloadParserFactory.h')
-rw-r--r--Swiften/Parser/GenericPayloadParserFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Parser/GenericPayloadParserFactory.h b/Swiften/Parser/GenericPayloadParserFactory.h
index fd6d403..8e476c0 100644
--- a/Swiften/Parser/GenericPayloadParserFactory.h
+++ b/Swiften/Parser/GenericPayloadParserFactory.h
@@ -16,7 +16,7 @@ namespace Swift {
16 * A generic class for PayloadParserFactories that parse a specific payload (given as the template parameter of the class). 16 * A generic class for PayloadParserFactories that parse a specific payload (given as the template parameter of the class).
17 */ 17 */
18 template<typename PARSER_TYPE> 18 template<typename PARSER_TYPE>
19 class SWIFTEN_API GenericPayloadParserFactory : public PayloadParserFactory { 19 class GenericPayloadParserFactory : public PayloadParserFactory {
20 public: 20 public:
21 /** 21 /**
22 * Construct a parser factory that can parse the given top-level tag in the given namespace. 22 * Construct a parser factory that can parse the given top-level tag in the given namespace.