aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/src/gen/wxBufferedPaintDC.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/src/gen/wxBufferedPaintDC.erl')
-rw-r--r--lib/wx/src/gen/wxBufferedPaintDC.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/src/gen/wxBufferedPaintDC.erl b/lib/wx/src/gen/wxBufferedPaintDC.erl
index fbf1b16cad..833d51c435 100644
--- a/lib/wx/src/gen/wxBufferedPaintDC.erl
+++ b/lib/wx/src/gen/wxBufferedPaintDC.erl
@@ -105,7 +105,7 @@ new(#wx_ref{type=WindowT,ref=WindowRef},#wx_ref{type=BufferT,ref=BufferRef}, Opt
<<WindowRef:32/?UI,BufferRef:32/?UI, BinOpt/binary>>).
%% @doc Destroys this object, do not use object again
--spec destroy(This::wxBufferedPaintDC) -> ok.
+-spec destroy(This::wxBufferedPaintDC()) -> ok.
destroy(Obj=#wx_ref{type=Type}) ->
?CLASS(Type,wxBufferedPaintDC),
wxe_util:destroy(?DESTROY_OBJECT,Obj),