X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30be036c6d4990f8aa21af5b86abdc0852e686a0..333e57d578e9e0fb6555452b5a53698ffd85ee69:/include/wx/msw/combo.h?ds=sidebyside diff --git a/include/wx/msw/combo.h b/include/wx/msw/combo.h index 4f350d8f30..ce07dd572a 100644 --- a/include/wx/msw/combo.h +++ b/include/wx/msw/combo.h @@ -73,8 +73,9 @@ public: static int GetFeatures() { return wxComboCtrlFeatures::All; } #if wxUSE_COMBOCTRL_POPUP_ANIMATION - virtual bool AnimateShow( const wxRect& rect, int flags ); void OnTimerEvent( wxTimerEvent& event ); +protected: + virtual bool AnimateShow( const wxRect& rect, int flags ); #endif protected: