]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/combo.h
make PositionTextCtrl() virtual (patch 1734405)
[wxWidgets.git] / include / wx / combo.h
index 74a5bb384ba277ffcf27fcb866a01d8c1de747d9..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 );
@@ -659,7 +659,7 @@ public:
     // variable has been initialized before the call.
     // NOTE: It is not in constructor so the derived class doesn't need to redefine
     //       a default constructor of its own.
-    virtual void Init() { };
+    virtual void Init() { }
 
     virtual ~wxComboPopup();