diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-08-16 20:00:36 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-08-16 20:00:36 +0200 |
commit | 82b119da914e81630120a4bf2f5676812b53b85c (patch) | |
tree | ca42a831796b914103f25f3d0b0e0e2fd6287cc2 /src/common/DataStores/DB2FileLoader.h | |
parent | 7c76a394a569739e64d5e02d53400a5fced33bd3 (diff) |
Core/DataStores: Sprinkle some constexpr on db2 meta
Diffstat (limited to 'src/common/DataStores/DB2FileLoader.h')
-rw-r--r-- | src/common/DataStores/DB2FileLoader.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/DataStores/DB2FileLoader.h b/src/common/DataStores/DB2FileLoader.h index 35bd6a5d644..83e24716e2e 100644 --- a/src/common/DataStores/DB2FileLoader.h +++ b/src/common/DataStores/DB2FileLoader.h @@ -66,10 +66,8 @@ struct DB2SectionHeader #pragma pack(pop) -struct TC_COMMON_API DB2FieldMeta +struct DB2FieldMeta { - DB2FieldMeta(bool isSigned, DBCFormer type, char const* name); - bool IsSigned; DBCFormer Type; char const* Name; |