]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/resource.cpp
wxBeginBusyCursor now works (better)
[wxWidgets.git] / src / common / resource.cpp
index 7b8918622cc846344bdad5db4ec10e0843747d8f..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(item->GetValue1());
+        return wxBitmap((char **)item->GetValue1());
 #else
         wxLogWarning(_("No XPM facility available!"));
 #endif