diff options
Diffstat (limited to 'Swiften/Parser/GenericPayloadParserFactory2.h')
| -rw-r--r-- | Swiften/Parser/GenericPayloadParserFactory2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Parser/GenericPayloadParserFactory2.h b/Swiften/Parser/GenericPayloadParserFactory2.h index 09a2dbf..633050e 100644 --- a/Swiften/Parser/GenericPayloadParserFactory2.h +++ b/Swiften/Parser/GenericPayloadParserFactory2.h | |||
| @@ -17,7 +17,7 @@ namespace Swift { | |||
| 17 | * A generic class for PayloadParserFactories that parse a specific payload (given as the template parameter of the class). | 17 | * A generic class for PayloadParserFactories that parse a specific payload (given as the template parameter of the class). |
| 18 | */ | 18 | */ |
| 19 | template<typename PARSER_TYPE> | 19 | template<typename PARSER_TYPE> |
| 20 | class SWIFTEN_API GenericPayloadParserFactory2 : public PayloadParserFactory { | 20 | class GenericPayloadParserFactory2 : public PayloadParserFactory { |
| 21 | public: | 21 | public: |
| 22 | /** | 22 | /** |
| 23 | * Construct a parser factory that can parse the given top-level tag in the given namespace. | 23 | * Construct a parser factory that can parse the given top-level tag in the given namespace. |
Swift