X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a9aedce13556c94395e3a7540e1bee02cd568ebf..cdb664d45d2d9e69f568ff1f95b681939719ffcf:/src/common/resource.cpp diff --git a/src/common/resource.cpp b/src/common/resource.cpp index fc9b8f507a..347446ea8b 100644 --- a/src/common/resource.cpp +++ b/src/common/resource.cpp @@ -2173,7 +2173,7 @@ wxBitmap wxResourceCreateBitmap(const wxString& resource, wxResourceTable *table "Forgot to use wxResourceLoadBitmapData?"), (const char*) name); return wxNullBitmap; } - return wxBitmap((const char **)item->GetValue1()); + return wxBitmap((char **)item->GetValue1()); #else wxLogWarning(_("No XPM facility available!")); #endif