aboutsummaryrefslogtreecommitdiff
path: root/src/common/DataStores/DB2FileLoader.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-08-16 20:00:36 +0200
committerShauren <shauren.trinity@gmail.com>2022-08-16 20:00:36 +0200
commit82b119da914e81630120a4bf2f5676812b53b85c (patch)
treeca42a831796b914103f25f3d0b0e0e2fd6287cc2 /src/common/DataStores/DB2FileLoader.h
parent7c76a394a569739e64d5e02d53400a5fced33bd3 (diff)
Core/DataStores: Sprinkle some constexpr on db2 meta
Diffstat (limited to 'src/common/DataStores/DB2FileLoader.h')
-rw-r--r--src/common/DataStores/DB2FileLoader.h4
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;