diff options
Diffstat (limited to 'Swiften/Disco/CapsStorage.h')
-rw-r--r-- | Swiften/Disco/CapsStorage.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Swiften/Disco/CapsStorage.h b/Swiften/Disco/CapsStorage.h index fb6e442..7420c28 100644 --- a/Swiften/Disco/CapsStorage.h +++ b/Swiften/Disco/CapsStorage.h @@ -9,11 +9,10 @@ #include <boost/shared_ptr.hpp> #include <Swiften/Elements/DiscoInfo.h> +#include <Swiften/Base/API.h> namespace Swift { - - - class CapsStorage { + class SWIFTEN_API CapsStorage { public: virtual ~CapsStorage(); |