mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Add missing BLACKMISC_EXPORT
This caused a MinGW build failure as symbols were not exported.
This commit is contained in:
committed by
Mathew Sutcliffe
parent
04b84295c8
commit
047e408597
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user