summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Elements/Command.h')
-rw-r--r--Swiften/Elements/Command.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Elements/Command.h b/Swiften/Elements/Command.h
index dbf9039..060037d 100644
--- a/Swiften/Elements/Command.h
+++ b/Swiften/Elements/Command.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2010 Isode Limited. 2 * Copyright (c) 2010-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 */
@@ -9,6 +9,7 @@
9#include <boost/shared_ptr.hpp> 9#include <boost/shared_ptr.hpp>
10#include <string> 10#include <string>
11 11
12#include <Swiften/Base/API.h>
12#include <Swiften/Elements/Payload.h> 13#include <Swiften/Elements/Payload.h>
13#include <Swiften/Elements/Form.h> 14#include <Swiften/Elements/Form.h>
14 15
@@ -16,7 +17,7 @@ namespace Swift {
16 /** 17 /**
17 * Ad-Hoc Command (XEP-0050). 18 * Ad-Hoc Command (XEP-0050).
18 */ 19 */
19 class Command : public Payload { 20 class SWIFTEN_API Command : public Payload {
20 public: 21 public:
21 typedef boost::shared_ptr<Command> ref; 22 typedef boost::shared_ptr<Command> ref;
22 23