diff options
Diffstat (limited to 'Swiften/Roster/RosterMemoryStorage.h')
| -rw-r--r-- | Swiften/Roster/RosterMemoryStorage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swiften/Roster/RosterMemoryStorage.h b/Swiften/Roster/RosterMemoryStorage.h index b659d77..c9312db 100644 --- a/Swiften/Roster/RosterMemoryStorage.h +++ b/Swiften/Roster/RosterMemoryStorage.h @@ -5,12 +5,13 @@ */ #pragma once +#include <Swiften/Base/API.h> #include <Swiften/Roster/RosterStorage.h> namespace Swift { - class RosterMemoryStorage : public RosterStorage { + class SWIFTEN_API RosterMemoryStorage : public RosterStorage { public: RosterMemoryStorage(); virtual boost::shared_ptr<RosterPayload> getRoster() const { |
Swift