diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/DataStores/DB2Meta.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/DataStores/DB2Meta.h b/src/common/DataStores/DB2Meta.h index 7d088f60ba3..b7d4804e858 100644 --- a/src/common/DataStores/DB2Meta.h +++ b/src/common/DataStores/DB2Meta.h @@ -27,7 +27,7 @@ struct DB2MetaField bool IsSigned; }; -struct DB2Meta +struct TC_COMMON_API DB2Meta { constexpr explicit DB2Meta(uint32 fileDataId, int32 indexField, uint32 fieldCount, uint32 fileFieldCount, uint32 layoutHash, DB2MetaField const* fields, int32 parentIndexField) : FileDataId(fileDataId), IndexField(indexField), ParentIndexField(parentIndexField), |