]> git.tdb.fi Git - libs/datafile.git/commitdiff
Export a couple more things in the API
authorMikko Rasa <tdb@tdb.fi>
Mon, 4 Sep 2023 21:13:47 +0000 (00:13 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 4 Sep 2023 21:17:31 +0000 (00:17 +0300)
source/collection.h

index fc5ac3c0bea652602f4f7afc8dbe86db5d31f458..f866b7a6830c2902952fde9658fa5fde6757d934 100644 (file)
@@ -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<typename T> friend class LoadableCollectionItemType;
 
@@ -330,7 +330,7 @@ public:
 };
 
 
-class CollectionItemTypeBase
+class MSPDATAFILE_API CollectionItemTypeBase
 {
 protected:
        struct ExtractorBase