X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef359b4350a0b232dfda34b03040eab41eee2e97..32485259c1342115488d219776dfebeb3d4d81b1:/include/wx/msw/statbmp.h diff --git a/include/wx/msw/statbmp.h b/include/wx/msw/statbmp.h index 1e5dd35fce..ae0ed7219e 100644 --- a/include/wx/msw/statbmp.h +++ b/include/wx/msw/statbmp.h @@ -73,6 +73,9 @@ public: // implementation only from now on // ------------------------------- + // implement base class virtuals + virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); + protected: virtual wxBorder GetDefaultBorder() const; virtual wxSize DoGetBestSize() const;