mirror of https://github.com/axmolengine/axmol.git
Initialise member variable
This commit is contained in:
parent
f68521c4d0
commit
2cdd688166
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue