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