X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/511ac294daea69d4bae9644db2fb272c712e059c..4b5e5cfb2230d990c6988266340329c420cd1a74:/include/wx/os2/statbmp.h?ds=sidebyside diff --git a/include/wx/os2/statbmp.h b/include/wx/os2/statbmp.h index f42b488f46..4f34c65d5f 100644 --- a/include/wx/os2/statbmp.h +++ b/include/wx/os2/statbmp.h @@ -62,6 +62,7 @@ class WXDLLEXPORT wxStaticBitmap : public wxStaticBitmapBase ,WXWPARAM wParam ,WXLPARAM lParam ); + void OnPaint(wxPaintEvent& rEvent); protected: virtual wxSize DoGetBestSize() const; @@ -79,6 +80,7 @@ protected: wxGDIImage* m_pImage; private: DECLARE_DYNAMIC_CLASS(wxStaticBitmap) + DECLARE_EVENT_TABLE() }; // end of wxStaticBitmap #endif