Add missing BLACKMISC_EXPORT

This caused a MinGW build failure as symbols were not exported.
This commit is contained in:
Roland Winklmeier
2015-08-19 15:49:26 +02:00
committed by Mathew Sutcliffe
parent 04b84295c8
commit 047e408597

View File

@@ -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