X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpacksource.h;h=e163736589f82327d61544fff080d3e2fa5dd543;hb=500cf73580cf1a4ed472a1e65c68702644283969;hp=d2194e044ca6739ca889f4ed7e61e1f4b8f8a6e7;hpb=9d71185a55558c80c85a65e13427dd491a2f4451;p=libs%2Fdatafile.git diff --git a/source/packsource.h b/source/packsource.h index d2194e0..e163736 100644 --- a/source/packsource.h +++ b/source/packsource.h @@ -4,6 +4,7 @@ #include #include #include "collectionsource.h" +#include "mspdatafile_api.h" #include "objectloader.h" namespace Msp { @@ -20,7 +21,7 @@ It's possible for a pack file to contain plain collection files as well. When an object from such a file is requested, the entire sub-collection it is stored in is loaded. */ -class PackSource: public CollectionSource +class MSPDATAFILE_API PackSource: public CollectionSource { public: struct FileInfo