]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/artprov.h
Moved the cleanup code to an EVT_WINDOW_DESTROY handler.
[wxWidgets.git] / include / wx / artprov.h
index 2b1a62b774cd7e329dc50c51969a0341fbd4c8ef..cd4821d5bc21c39d694e34038a0e7372d1fd54b3 100644 (file)
@@ -117,11 +117,7 @@ protected:
     // lifetime for each requested wxArtID.
     virtual wxBitmap CreateBitmap(const wxArtID& WXUNUSED(id),
                                   const wxArtClient& WXUNUSED(client),
-                                  const wxSize& WXUNUSED(size))
-    {
-        wxFAIL_MSG(_T("pure virtual method wxArtProvider::CreateBitmap called!"));
-        return wxNullBitmap;
-    }
+                                  const wxSize& WXUNUSED(size)) = 0;
 
 private:
     // list of providers: