]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_timer.i
'[1219035] cleanup: miscellaneous' and minor source cleaning.
[wxWidgets.git] / wxPython / src / _timer.i
index 37461f1e50eed0147b072043c6b528a8d082d943..69ea2a2674df0c07358471fc98f59f661ab9c1db 100644 (file)
@@ -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
     }