reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-05-13 00:45:19 +00:00
parent a698767447
commit dc61cdb268

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