X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcollection.h;fp=source%2Fcollection.h;h=a0717cfd8fc44746f1f59c215c2a14ab2ce1f043;hb=500cf73580cf1a4ed472a1e65c68702644283969;hp=c8470dd29a50acd6bcfcee5e51c561b729cbb705;hpb=9d71185a55558c80c85a65e13427dd491a2f4451;p=libs%2Fdatafile.git diff --git a/source/collection.h b/source/collection.h index c8470dd..a0717cf 100644 --- a/source/collection.h +++ b/source/collection.h @@ -9,6 +9,7 @@ #include "collectionsource.h" #include "loader.h" #include "meta.h" +#include "mspdatafile_api.h" /* XXX This file is a big mess with too many things in it. However, the dependencies between those things make it difficult to split up. */ @@ -51,7 +52,7 @@ that are not present. Items retrieted from the fallback collection are shared between the collections, and are only deleted when all collections in the chain have been destroyed. */ -class Collection: private NonCopyable +class MSPDATAFILE_API Collection: private NonCopyable { public: /**