diff options
author | Remko Tronçon <git@el-tramo.be> | 2013-03-05 18:30:05 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2013-03-05 18:30:05 (GMT) |
commit | 58a460f442dd85a351cc19edaf390936836dfe1a (patch) | |
tree | ef7788392d56f5f7e5791331983eed9ffe537843 /Swiften/History | |
parent | ca7a45a25c2fe332fad1ee3f7a2822415c249206 (diff) | |
download | swift-58a460f442dd85a351cc19edaf390936836dfe1a.zip swift-58a460f442dd85a351cc19edaf390936836dfe1a.tar.bz2 |
Fix DLL linkage.
Change-Id: Ia1ded5b7d4d7df500fc1df1a741a56d81de16b67
Diffstat (limited to 'Swiften/History')
-rw-r--r-- | Swiften/History/SQLiteHistoryStorage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swiften/History/SQLiteHistoryStorage.h b/Swiften/History/SQLiteHistoryStorage.h index dd526b1..524247d 100644 --- a/Swiften/History/SQLiteHistoryStorage.h +++ b/Swiften/History/SQLiteHistoryStorage.h @@ -8,13 +8,14 @@ #include <boost/optional.hpp> +#include <Swiften/Base/API.h> #include <Swiften/History/HistoryStorage.h> #include <boost/thread.hpp> struct sqlite3; namespace Swift { - class SQLiteHistoryStorage : public HistoryStorage { + class SWIFTEN_API SQLiteHistoryStorage : public HistoryStorage { public: SQLiteHistoryStorage(const std::string& file); ~SQLiteHistoryStorage(); |