From cf56aff76d9a8e85eaeb42bb6768135184fcaa50 Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 18 Aug 2022 10:00:22 +0200 Subject: Core/Misc: Dynamic build fix (add missing TC_COMMON_API) --- src/common/DataStores/DB2Meta.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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), -- cgit v1.2.3