diff options
Diffstat (limited to 'Swiften/Whiteboard/OutgoingWhiteboardSession.h')
-rw-r--r-- | Swiften/Whiteboard/OutgoingWhiteboardSession.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swiften/Whiteboard/OutgoingWhiteboardSession.h b/Swiften/Whiteboard/OutgoingWhiteboardSession.h index 631f7ba..5db9c97 100644 --- a/Swiften/Whiteboard/OutgoingWhiteboardSession.h +++ b/Swiften/Whiteboard/OutgoingWhiteboardSession.h @@ -10,9 +10,10 @@ #include <Swiften/Whiteboard/WhiteboardServer.h> #include <boost/shared_ptr.hpp> #include <Swiften/Queries/GenericRequest.h> +#include <Swiften/Base/API.h> namespace Swift { - class OutgoingWhiteboardSession : public WhiteboardSession { + class SWIFTEN_API OutgoingWhiteboardSession : public WhiteboardSession { public: typedef boost::shared_ptr<OutgoingWhiteboardSession> ref; |