git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38229
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxDIB dib(image);
if ( !dib.IsOk() )
return false;
wxDIB dib(image);
if ( !dib.IsOk() )
return false;
- if (depth == -1)
- depth = dib.GetDepth(); // Get depth from image if none specified
+
+ if ( depth == -1 )
+ depth = dib.GetDepth(); // Get depth from image if none specified
// store the bitmap parameters
wxBitmapRefData *refData = new wxBitmapRefData;
// store the bitmap parameters
wxBitmapRefData *refData = new wxBitmapRefData;