diff options
Diffstat (limited to 'Swiften/Disco/EntityCapsManager.h')
| -rw-r--r-- | Swiften/Disco/EntityCapsManager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swiften/Disco/EntityCapsManager.h b/Swiften/Disco/EntityCapsManager.h index e41c15f..4472ba5 100644 --- a/Swiften/Disco/EntityCapsManager.h +++ b/Swiften/Disco/EntityCapsManager.h @@ -7,8 +7,9 @@ #pragma once #include <map> +#include <Swiften/Base/API.h> #include <Swiften/Base/boost_bsignals.h> #include <Swiften/Elements/Presence.h> #include <Swiften/Elements/DiscoInfo.h> #include <Swiften/Elements/ErrorPayload.h> @@ -23,9 +24,9 @@ namespace Swift { * information about capabilities of entities on the network. * This information is provided in the form of service discovery * information. */ - class EntityCapsManager : public EntityCapsProvider, public boost::bsignals::trackable { + class SWIFTEN_API EntityCapsManager : public EntityCapsProvider, public boost::bsignals::trackable { public: EntityCapsManager(CapsProvider*, StanzaChannel*); /** |
Swift