From c475be6dfa78fed16ab88f34af16dddfb06afd08 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 10 Jun 2007 16:32:06 +0000 Subject: [PATCH] make PositionTextCtrl() virtual (patch 1734405) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/combo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/combo.h b/include/wx/combo.h index d1b129f004..8d8a272ffa 100644 --- a/include/wx/combo.h +++ b/include/wx/combo.h @@ -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 ); -- 2.45.2