now compiles with USE_XPM_IN_MSW on
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2111,7 +2111,7 @@ wxBitmap *wxResourceCreateBitmap(char *resource, wxResourceTable *table)
|
||||
wxWarning(buf);
|
||||
return NULL;
|
||||
}
|
||||
bitmap = new wxBitmap((char **)item->GetValue1());
|
||||
bitmap = new wxBitmap(item->GetValue1());
|
||||
#else
|
||||
wxWarning("No XPM facility available!");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user