]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combo.h
set eol-style
[wxWidgets.git] / include / wx / msw / combo.h
index 4f350d8f30df3ba87bb06c69017d6158e1f9dec1..ce07dd572ae0bc77a1c04695e6e2040eedf606a9 100644 (file)
@@ -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: