From 047e408597fb55a3ae01e4827a15f39f4108cf0b Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Wed, 19 Aug 2015 15:49:26 +0200 Subject: [PATCH] Add missing BLACKMISC_EXPORT This caused a MinGW build failure as symbols were not exported. --- src/blackmisc/datastore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blackmisc/datastore.h b/src/blackmisc/datastore.h index d124dae89..befa83b92 100644 --- a/src/blackmisc/datastore.h +++ b/src/blackmisc/datastore.h @@ -22,7 +22,7 @@ namespace BlackMisc /*! * Class from which a derived class can inherit datastore-related functions. */ - class IDatastoreObjectWithIntegerKey : public ITimestampBased + class BLACKMISC_EXPORT IDatastoreObjectWithIntegerKey : public ITimestampBased { public: //! Property index @@ -56,7 +56,7 @@ namespace BlackMisc /*! * Class from which a derived class can inherit datastore-related functions. */ - class IDatastoreObjectWithStringKey : public ITimestampBased + class BLACKMISC_EXPORT IDatastoreObjectWithStringKey : public ITimestampBased { public: //! Property index