change initialization _data from 0 to nullptr.

This commit is contained in:
boyu0 2014-01-09 16:33:31 +08:00
parent e063755596
commit e34ef0d38f
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ namespace
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
Image::Image() Image::Image()
: _data(0) : _data(nullptr)
, _dataLen(0) , _dataLen(0)
, _width(0) , _width(0)
, _height(0) , _height(0)