build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e86f2cc84a
commit
c822d4ca20
@ -51,12 +51,12 @@ IMPLEMENT_ABSTRACT_CLASS(wxBitmapHandler, wxObject)
|
||||
|
||||
wxList wxBitmapBase::sm_handlers;
|
||||
|
||||
void wxBitmapBase::AddHandler(wxBitmapHandlerBase *handler)
|
||||
void wxBitmapBase::AddHandler(wxBitmapHandler *handler)
|
||||
{
|
||||
sm_handlers.Append(handler);
|
||||
}
|
||||
|
||||
void wxBitmapBase::InsertHandler(wxBitmapHandlerBase *handler)
|
||||
void wxBitmapBase::InsertHandler(wxBitmapHandler *handler)
|
||||
{
|
||||
sm_handlers.Insert(handler);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user