diff options
Diffstat (limited to 'Swiften/Parser/PayloadParsers/PubSubErrorParser.h')
-rw-r--r-- | Swiften/Parser/PayloadParsers/PubSubErrorParser.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Swiften/Parser/PayloadParsers/PubSubErrorParser.h b/Swiften/Parser/PayloadParsers/PubSubErrorParser.h index adc36e9..9c41095 100644 --- a/Swiften/Parser/PayloadParsers/PubSubErrorParser.h +++ b/Swiften/Parser/PayloadParsers/PubSubErrorParser.h @@ -1,3 +1,3 @@ /* - * Copyright (c) 2013-2016 Isode Limited. + * Copyright (c) 2013-2017 Isode Limited. * All rights reserved. @@ -17,5 +17,2 @@ namespace Swift { - class PayloadParserFactoryCollection; - class PayloadParser; - class SWIFTEN_API PubSubErrorParser : public GenericPayloadParser<PubSubError> { |