mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
#4162: [Bug] class KeylessActiveRecord is missing export macro
This commit is contained in:
parent
573e01806b
commit
ca3029a20c
@ -162,7 +162,7 @@ template <typename IDType>
|
||||
const IDType ActiveRecord<IDType>::INVALID_ID = IDTraits<IDType>::INVALID_ID;
|
||||
|
||||
|
||||
class KeylessActiveRecord: public ActiveRecordBase
|
||||
class ActiveRecordLib_API KeylessActiveRecord: public ActiveRecordBase
|
||||
/// The base class for all database objects that
|
||||
/// implement the ActiveRecord pattern, without
|
||||
/// a key column.
|
||||
|
Loading…
Reference in New Issue
Block a user