make wxArtProvider pure virtual (I was not so on
a purpose in some early stage but I think that it is relevant no more...) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
05f9197a34
commit
a81c3c2383
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user