X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d55734102e25f5d11bcb4bbac39083320afd3699..c437fde9f90fc7dfcac79053d214fc9146d7be21:/wxPython/src/_gauge.i diff --git a/wxPython/src/_gauge.i b/wxPython/src/_gauge.i index 21f1472d7a..97759d64b0 100644 --- a/wxPython/src/_gauge.i +++ b/wxPython/src/_gauge.i @@ -42,7 +42,7 @@ public: long style = wxGA_HORIZONTAL, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxPyGaugeNameStr); - %name(PreGauge)wxGauge(); + %RenameCtor(PreGauge, wxGauge()); bool Create(wxWindow* parent, wxWindowID id=-1, int range=100, const wxPoint& pos = wxDefaultPosition,