]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/collectionsource.h
Decorate things which should be visible to users of the library
[libs/datafile.git] / source / collectionsource.h
index eeff10acc12e3313e2080d9164963747d5bccf26..3aa2190c736fa720766437586e0bbe649c1d7e08 100644 (file)
@@ -4,6 +4,7 @@
 #include <list>
 #include <string>
 #include <msp/io/seekable.h>
+#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<std::string> NameList;