X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcollectionsource.h;h=3aa2190c736fa720766437586e0bbe649c1d7e08;hb=500cf73580cf1a4ed472a1e65c68702644283969;hp=eeff10acc12e3313e2080d9164963747d5bccf26;hpb=9d71185a55558c80c85a65e13427dd491a2f4451;p=libs%2Fdatafile.git diff --git a/source/collectionsource.h b/source/collectionsource.h index eeff10a..3aa2190 100644 --- a/source/collectionsource.h +++ b/source/collectionsource.h @@ -4,6 +4,7 @@ #include #include #include +#include "mspdatafile_api.h" namespace Msp { namespace DataFile { @@ -15,7 +16,7 @@ class CollectionItemTypeBase; Provides automatically loadable objects for collections. This is a base class; see DirectorySource and PackSource for concrete classes. */ -class CollectionSource +class MSPDATAFILE_API CollectionSource { public: typedef std::list NameList;