summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/PayloadParsers/PubSubErrorParserFactory.h')
-rw-r--r--Swiften/Parser/PayloadParsers/PubSubErrorParserFactory.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Parser/PayloadParsers/PubSubErrorParserFactory.h b/Swiften/Parser/PayloadParsers/PubSubErrorParserFactory.h
index 2d2b443..e421581 100644
--- a/Swiften/Parser/PayloadParsers/PubSubErrorParserFactory.h
+++ b/Swiften/Parser/PayloadParsers/PubSubErrorParserFactory.h
@@ -1,16 +1,17 @@
1/* 1/*
2 * Copyright (c) 2013 Isode Limited. 2 * Copyright (c) 2013-2015 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
6 6
7#pragma once 7#pragma once
8 8
9#include <Swiften/Base/API.h>
9#include <Swiften/Parser/PayloadParserFactory.h> 10#include <Swiften/Parser/PayloadParserFactory.h>
10#include <Swiften/Parser/PayloadParsers/PubSubErrorParser.h> 11#include <Swiften/Parser/PayloadParsers/PubSubErrorParser.h>
11 12
12namespace Swift { 13namespace Swift {
13 class PubSubErrorParserFactory : public PayloadParserFactory { 14 class SWIFTEN_API PubSubErrorParserFactory : public PayloadParserFactory {
14 public: 15 public:
15 PubSubErrorParserFactory() { 16 PubSubErrorParserFactory() {
16 } 17 }