X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5ec0c78b521cfa0f276e4d5d830f35b4fa26e91..7f74897f7fd5f16824343f98fbe4a44771d83fa7:/include/wx/os2/bitmap.h?ds=sidebyside diff --git a/include/wx/os2/bitmap.h b/include/wx/os2/bitmap.h index 6069f28580..7051a8162d 100644 --- a/include/wx/os2/bitmap.h +++ b/include/wx/os2/bitmap.h @@ -166,6 +166,8 @@ public: ); virtual bool Create(const wxSize& sz, int depth = wxBITMAP_SCREEN_DEPTH) { return Create(sz.GetWidth(), sz.GetHeight(), depth); } + virtual bool Create(int width, int height, const wxDC& WXUNUSED(dc)) + { return Create(width,height); } virtual bool Create( const void* pData ,wxBitmapType lType