]> git.saurik.com Git - wxWidgets.git/commitdiff
Destroy needs self parameter
authorRobin Dunn <robin@alldunn.com>
Fri, 13 May 2005 00:00:38 +0000 (00:00 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 13 May 2005 00:00:38 +0000 (00:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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
     }