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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user