]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/combo.h
Ensure wxCharTypeBuffer data is NUL-terminated after extend() call.
[wxWidgets.git] / include / wx / combo.h
index 4c7f0867b318b73da6c3e87bc8969444d3b513f0..3806ca1a8ad867a2c13e1bc10e234f788d7c52f5 100644 (file)
@@ -560,7 +560,8 @@ protected:
 
     // Standard textctrl positioning routine. Just give it platform-dependant
     // textctrl coordinate adjustment.
-    virtual void PositionTextCtrl( int textCtrlXAdjust, int textCtrlYAdjust );
+    virtual void PositionTextCtrl( int textCtrlXAdjust = 0,
+                                   int textCtrlYAdjust = 0);
 
     // event handlers
     void OnSizeEvent( wxSizeEvent& event );