aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/src/gen/wxScreenDC.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/src/gen/wxScreenDC.erl')
-rw-r--r--lib/wx/src/gen/wxScreenDC.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/src/gen/wxScreenDC.erl b/lib/wx/src/gen/wxScreenDC.erl
index 24028a000f..a36c25025c 100644
--- a/lib/wx/src/gen/wxScreenDC.erl
+++ b/lib/wx/src/gen/wxScreenDC.erl
@@ -68,7 +68,7 @@ new() ->
<<>>).
%% @doc Destroys this object, do not use object again
--spec destroy(This::wxScreenDC()) -> ok.
+-spec destroy(This::wxScreenDC()) -> 'ok'.
destroy(Obj=#wx_ref{type=Type}) ->
?CLASS(Type,wxScreenDC),
wxe_util:destroy(?DESTROY_OBJECT,Obj),