X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e6b35578d9be94739e1f9ebadcb57d9a483db6a..9269629e9edf24ce170f225d408a5472ab6864ac:/wxPython/src/_timer.i diff --git a/wxPython/src/_timer.i b/wxPython/src/_timer.i index 37461f1e50..69ea2a2674 100644 --- a/wxPython/src/_timer.i +++ b/wxPython/src/_timer.i @@ -116,7 +116,7 @@ public: int GetId() const; %pythoncode { - def Destroy(): + def Destroy(self): """NO-OP: Timers must be destroyed by normal refrence counting""" pass }