diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-07-19 19:57:57 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-07-19 19:57:57 +0200 |
| commit | 298333a55a542b20b6b3587d4782c8e344694ed4 (patch) | |
| tree | 8098c7e63329c0eedde6b91611d5201553d6e005 /src | |
| parent | 3607d9eef5ef5e67a7464411cf8951faf831b068 (diff) | |
Build fix for dynamic linking
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/DataStores/DB2Meta.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/DataStores/DB2Meta.h b/src/common/DataStores/DB2Meta.h index 2c165b52d86..e99981cf094 100644 --- a/src/common/DataStores/DB2Meta.h +++ b/src/common/DataStores/DB2Meta.h @@ -20,7 +20,7 @@ #include "Define.h" -struct DB2Meta +struct TC_COMMON_API DB2Meta { DB2Meta(int32 indexField, uint32 fieldCount, uint32 layoutHash, char const* types, uint8 const* arraySizes); |
