diff options
Diffstat (limited to 'src/common/DataStores/DB2FileLoader.h')
-rw-r--r-- | src/common/DataStores/DB2FileLoader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/DataStores/DB2FileLoader.h b/src/common/DataStores/DB2FileLoader.h index 6a15e0b3a4f..52f0bd4f509 100644 --- a/src/common/DataStores/DB2FileLoader.h +++ b/src/common/DataStores/DB2FileLoader.h @@ -82,6 +82,7 @@ struct TC_COMMON_API DB2FileLoadInfo uint32 GetStringFieldCount(bool localizedOnly) const; std::pair<int32/*fieldIndex*/, int32/*arrayIndex*/> GetFieldIndexByName(char const* fieldName) const; + int32 GetFieldIndexByMetaIndex(uint32 metaIndex) const; DB2FieldMeta const* Fields; std::size_t FieldCount; |