]> git.saurik.com Git - wxWidgets.git/commitdiff
make PositionTextCtrl() virtual (patch 1734405)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Jun 2007 16:32:06 +0000 (16:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Jun 2007 16:32:06 +0000 (16:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/combo.h

index d1b129f004b2442bfd9a04ed00271f3c01eb5ffd..8d8a272ffab3fef86913cedecf48ac9ed099851b 100644 (file)
@@ -484,7 +484,7 @@ protected:
 
     // Standard textctrl positioning routine. Just give it platform-dependant
     // textctrl coordinate adjustment.
-    void PositionTextCtrl( int textCtrlXAdjust, int textCtrlYAdjust );
+    virtual void PositionTextCtrl( int textCtrlXAdjust, int textCtrlYAdjust );
 
     // event handlers
     void OnSizeEvent( wxSizeEvent& event );