Fix build with gcc4

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33604 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2009-10-15 21:01:57 +00:00
parent 4d81a7b601
commit 51f2ac8647
@@ -71,6 +71,7 @@ GraphicalUserInterface::NotifyUser(const char* title, const char* message,
break;
case USER_NOTIFICATION_WARNING:
case USER_NOTIFICATION_ERROR:
default:
alertType = B_WARNING_ALERT;
break;
}