fix windows compile error

This commit is contained in:
Hongze Cheng 2021-03-03 19:00:54 +08:00
parent 5bcca2f661
commit 33c3497041
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ typedef struct {
TSKEY keyLast;
int64_t numOfRows;
SSkipList* pData;
T_REF_DECLARE();
T_REF_DECLARE()
} STableData;
typedef struct {