]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/artprov.cpp
don't use deprecated wxImage methods inside wxWin
[wxWidgets.git] / src / common / artprov.cpp
index 7294febe6f51d57dc609daf0282c23de74239b4b..1c18b538ca93d0e1beac7fc89548bd302c612c65 100644 (file)
@@ -33,6 +33,8 @@
 #include "wx/hashmap.h"
 #include "wx/module.h"
 
+// For the purposes of forcing this module to link
+extern char g_ArtProviderModule;
 
 // ===========================================================================
 // implementation
@@ -81,6 +83,9 @@ bool wxArtProviderCache::GetBitmap(const wxString& full_id, wxBitmap* bmp)
 
 void wxArtProviderCache::Clear()
 {
+    // Hack to make the default provider link
+    // with the application
+    g_ArtProviderModule = 0;
     m_bitmapsHash.clear();
 }