Destroy needs self parameter

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-05-13 00:00:38 +00:00
parent 180ebf90bc
commit 4bbf373b3d

View 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
}