]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/resource.cpp
GetSize() and GetClientSize() changes
[wxWidgets.git] / src / common / resource.cpp
index fc9b8f507aa7ec50e7473989b9a46bde1d174010..347446ea8b1900b7eaf5824fabb28155f998458c 100644 (file)
@@ -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