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:
Vadim Zeitlin
1998-06-22 22:03:20 +00:00
parent 937d4f4d31
commit e9c7dfb9b5

View File

@@ -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