wxBitmap compilation fix for BCC enforced typecast in resource.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2483,7 +2483,7 @@ wxBitmap wxResourceCreateBitmap(const wxString& resource, wxResourceTable *table
|
|||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
return wxBitmap(name, bitmapType);
|
return wxBitmap(name, (wxBitmapType)bitmapType);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifndef __WXGTK__
|
#ifndef __WXGTK__
|
||||||
|
Reference in New Issue
Block a user