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