compilation fix due to wxString(int) addition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2173,7 +2173,7 @@ wxBitmap wxResourceCreateBitmap(const wxString& resource, wxResourceTable *table
|
|||||||
"Forgot to use wxResourceLoadBitmapData?"), (const char*) name);
|
"Forgot to use wxResourceLoadBitmapData?"), (const char*) name);
|
||||||
return wxNullBitmap;
|
return wxNullBitmap;
|
||||||
}
|
}
|
||||||
return wxBitmap(item->GetValue1());
|
return wxBitmap((const char **)item->GetValue1());
|
||||||
#else
|
#else
|
||||||
wxLogWarning(_("No XPM facility available!"));
|
wxLogWarning(_("No XPM facility available!"));
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user