From fb9fc445fe532faedba7992b53827e0b2a82eb5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sundstr=C3=B6m?= Date: Thu, 24 Feb 2011 09:42:16 +0000 Subject: [PATCH] CID 9959 UNINIT_CTOR git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40659 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/app/Notification.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kits/app/Notification.cpp b/src/kits/app/Notification.cpp index 90c4f14689..e5b0bda51c 100644 --- a/src/kits/app/Notification.cpp +++ b/src/kits/app/Notification.cpp @@ -22,6 +22,7 @@ BNotification::BNotification(notification_type type) : fType(type), + fProgress(0), fFile(NULL), fBitmap(NULL) {