From: Mikko Rasa Date: Mon, 4 Sep 2023 21:13:47 +0000 (+0300) Subject: Export a couple more things in the API X-Git-Url: https://git.tdb.fi/?a=commitdiff_plain;h=71c104bfbf56a2082a625e16c67dacd958415d63;p=libs%2Fdatafile.git Export a couple more things in the API --- diff --git a/source/collection.h b/source/collection.h index fc5ac3c..f866b7a 100644 --- a/source/collection.h +++ b/source/collection.h @@ -59,7 +59,7 @@ public: Loads objects into a Collection. Automatically picks up keywords from defined item types. */ - class Loader: public DataFile::Loader + class MSPDATAFILE_API Loader: public DataFile::Loader { template friend class LoadableCollectionItemType; @@ -330,7 +330,7 @@ public: }; -class CollectionItemTypeBase +class MSPDATAFILE_API CollectionItemTypeBase { protected: struct ExtractorBase