make it compile

This commit is contained in:
Hongze Cheng 2022-07-12 01:47:47 +00:00
parent 4468fb6862
commit e1029b8baf
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ struct STSRow2 {
#pragma pack(pop) #pragma pack(pop)
struct STSRowBuilder { struct STSRowBuilder {
STSRow2 tsRow; // STSRow2 tsRow;
int32_t szBuf; int32_t szBuf;
uint8_t *pBuf; uint8_t *pBuf;
}; };