aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/src/gen/wxAcceleratorEntry.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/src/gen/wxAcceleratorEntry.erl')
-rw-r--r--lib/wx/src/gen/wxAcceleratorEntry.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/src/gen/wxAcceleratorEntry.erl b/lib/wx/src/gen/wxAcceleratorEntry.erl
index 6185a1891b..b5467ecab8 100644
--- a/lib/wx/src/gen/wxAcceleratorEntry.erl
+++ b/lib/wx/src/gen/wxAcceleratorEntry.erl
@@ -109,7 +109,7 @@ set(#wx_ref{type=ThisT,ref=ThisRef},Flags,KeyCode,Cmd, Options)
<<ThisRef:32/?UI,Flags:32/?UI,KeyCode:32/?UI,Cmd:32/?UI, BinOpt/binary>>).
%% @doc Destroys this object, do not use object again
--spec destroy(This::wxAcceleratorEntry) -> ok.
+-spec destroy(This::wxAcceleratorEntry()) -> ok.
destroy(Obj=#wx_ref{type=Type}) ->
?CLASS(Type,wxAcceleratorEntry),
wxe_util:destroy(?wxAcceleratorEntry_destroy,Obj),