reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-05-13 00:55:36 +00:00
parent dc61cdb268
commit cae3d5e60b
2 changed files with 2 additions and 2 deletions

View File

@ -1114,7 +1114,7 @@ class Timer(_core.EvtHandler):
"""GetId(self) -> int"""
return _misc_.Timer_GetId(*args, **kwargs)
def Destroy():
def Destroy(self):
"""NO-OP: Timers must be destroyed by normal refrence counting"""
pass

View File

@ -1114,7 +1114,7 @@ class Timer(_core.EvtHandler):
"""GetId(self) -> int"""
return _misc_.Timer_GetId(*args, **kwargs)
def Destroy():
def Destroy(self):
"""NO-OP: Timers must be destroyed by normal refrence counting"""
pass