CID 9959 UNINIT_CTOR

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40659 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström 2011-02-24 09:42:16 +00:00
parent dc36ea92be
commit fb9fc445fe

View File

@ -22,6 +22,7 @@
BNotification::BNotification(notification_type type) BNotification::BNotification(notification_type type)
: :
fType(type), fType(type),
fProgress(0),
fFile(NULL), fFile(NULL),
fBitmap(NULL) fBitmap(NULL)
{ {