diff --git a/src/kits/interface/Alert.cpp b/src/kits/interface/Alert.cpp index 2a483835ce..bc4aba76ff 100644 --- a/src/kits/interface/Alert.cpp +++ b/src/kits/interface/Alert.cpp @@ -27,6 +27,9 @@ // Standard Includes ----------------------------------------------------------- #include +// TODO: remove +#include + // System Includes ------------------------------------------------------------- #include #include @@ -676,7 +679,7 @@ BBitmap* BAlert::InitIcon() if (rawIcon) { // Now build the bitmap - Icon = new BBitmap(BRect(0, 0, 31, 31), B_CMAP8); + Icon = new BBitmap(BRect(0, 0, 31, 31), 0, B_CMAP8); Icon->SetBits(rawIcon, size, 0, B_CMAP8); } }