aboutsummaryrefslogtreecommitdiff
path: root/src/common/DataStores/DB2FileLoader.h
diff options
context:
space:
mode:
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;