From 71c104bfbf56a2082a625e16c67dacd958415d63 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 5 Sep 2023 00:13:47 +0300 Subject: [PATCH] Export a couple more things in the API --- source/collection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2