issue #2087: Init Event::_userData.

This commit is contained in:
James Chen 2013-09-18 22:20:20 +08:00
parent a2d9f2d7cf
commit 8fa969b39e
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ Event::Event(const std::string& type)
: _type(type)
, _isStopped(false)
, _currentTarget(nullptr)
, _userData(nullptr)
{
}