X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94fd5e4dc14c5de8a0a787eda125987616ace638..f78e4942ec0f3f6abd2992502e2d6c5c2e8e55f6:/wxPython/src/_timer.i diff --git a/wxPython/src/_timer.i b/wxPython/src/_timer.i index 910a3864ca..c4bd285dbe 100644 --- a/wxPython/src/_timer.i +++ b/wxPython/src/_timer.i @@ -62,7 +62,8 @@ void wxPyTimer::base_Notify() { MustHaveApp(wxPyTimer); -%name(Timer) class wxPyTimer : public wxEvtHandler +%rename(Timer) wxPyTimer; +class wxPyTimer : public wxEvtHandler { public: // Don't let the OOR or callback info hold references to the object so