summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/PayloadParsers/CommandParser.h')
-rw-r--r--Swiften/Parser/PayloadParsers/CommandParser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Parser/PayloadParsers/CommandParser.h b/Swiften/Parser/PayloadParsers/CommandParser.h
index 61d9279..11badd4 100644
--- a/Swiften/Parser/PayloadParsers/CommandParser.h
+++ b/Swiften/Parser/PayloadParsers/CommandParser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010 Isode Limited.
+ * Copyright (c) 2010-2015 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
@@ -8,6 +8,7 @@
#include <boost/optional.hpp>
+#include <Swiften/Base/API.h>
#include <Swiften/Elements/Command.h>
#include <Swiften/Parser/GenericPayloadParser.h>
@@ -15,7 +16,7 @@ namespace Swift {
class FormParserFactory;
class FormParser;
- class CommandParser : public GenericPayloadParser<Command> {
+ class SWIFTEN_API CommandParser : public GenericPayloadParser<Command> {
public:
CommandParser();
~CommandParser();