Initialise member variable

This commit is contained in:
rh101 2021-04-25 02:47:21 +10:00
parent f68521c4d0
commit 2cdd688166
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ namespace cocos2d
/** Internal data like zip file pointer / file list array and so on */
ZipFilePrivate *_data;
zlib_filefunc_def _functionOverrides;
zlib_filefunc_def _functionOverrides{};
};
} // end of namespace cocos2d