diff options
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; |