]> git.saurik.com Git - wxWidgets.git/commitdiff
DoSetSize has to be virtual because subtype controls may have different implementation
authorUnknown (JL) <nobody@localhost>
Sun, 28 Nov 1999 22:12:21 +0000 (22:12 +0000)
committerUnknown (JL) <nobody@localhost>
Sun, 28 Nov 1999 22:12:21 +0000 (22:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/control.h

index 6f7c964c95c17e32c5fed2c8aac472fa967f3662..3770d647f29097d4b78bbfa4f91a6bfcac043261 100644 (file)
@@ -56,7 +56,7 @@ public:
                virtual void                                            MacSuperShown( bool show ) ;
                virtual bool                                            MacCanFocus() const ;
 
-               void                                                            DoSetSize(int x, int y,int width, int height,int sizeFlags ) ;
+               virtual void                                                            DoSetSize(int x, int y,int width, int height,int sizeFlags ) ;
                virtual void                                            OnKeyDown( wxKeyEvent &event ) ;
                virtual void                                            OnMouseEvent( wxMouseEvent &event ) ;
                virtual void                                    OnPaint(wxPaintEvent& event) ;