aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/test/wx_oc_object.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/test/wx_oc_object.erl')
-rw-r--r--lib/wx/test/wx_oc_object.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wx/test/wx_oc_object.erl b/lib/wx/test/wx_oc_object.erl
index 3924202410..bc9b7d48d0 100644
--- a/lib/wx/test/wx_oc_object.erl
+++ b/lib/wx/test/wx_oc_object.erl
@@ -20,9 +20,9 @@
-module(wx_oc_object).
-include_lib("wx/include/wx.hrl").
--behaviour(wx_object).
+%%-behaviour(wx_object). %% commented out avoid warnings
-%% gen_server callbacks
+%% wx_object callbacks
-export([init/1]).
-record(state, {}).