mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 19:25:49 +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 from which a derived class can inherit datastore-related functions.
|
||||||
*/
|
*/
|
||||||
class IDatastoreObjectWithIntegerKey : public ITimestampBased
|
class BLACKMISC_EXPORT IDatastoreObjectWithIntegerKey : public ITimestampBased
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
//! Property index
|
//! Property index
|
||||||
@@ -56,7 +56,7 @@ namespace BlackMisc
|
|||||||
/*!
|
/*!
|
||||||
* Class from which a derived class can inherit datastore-related functions.
|
* Class from which a derived class can inherit datastore-related functions.
|
||||||
*/
|
*/
|
||||||
class IDatastoreObjectWithStringKey : public ITimestampBased
|
class BLACKMISC_EXPORT IDatastoreObjectWithStringKey : public ITimestampBased
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
//! Property index
|
//! Property index
|
||||||
|
|||||||
Reference in New Issue
Block a user