diff options
author | Dan Gudmundsson <[email protected]> | 2012-03-01 14:35:27 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2012-03-01 14:35:27 +0100 |
commit | df8cd79bef0ca7178efcda97401c892d24f920bc (patch) | |
tree | 5e21c6a3d00b191646da7aa47b6ae0944627c37f /lib/wx/src/gen/wxCheckListBox.erl | |
parent | 3fe585274070eb417ee435d5447389e123c667b4 (diff) | |
download | otp-df8cd79bef0ca7178efcda97401c892d24f920bc.tar.gz otp-df8cd79bef0ca7178efcda97401c892d24f920bc.tar.bz2 otp-df8cd79bef0ca7178efcda97401c892d24f920bc.zip |
[wx] Fix bad type references
Diffstat (limited to 'lib/wx/src/gen/wxCheckListBox.erl')
-rw-r--r-- | lib/wx/src/gen/wxCheckListBox.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/src/gen/wxCheckListBox.erl b/lib/wx/src/gen/wxCheckListBox.erl index 71199fed3b..083a9e32f4 100644 --- a/lib/wx/src/gen/wxCheckListBox.erl +++ b/lib/wx/src/gen/wxCheckListBox.erl @@ -106,7 +106,7 @@ new(Parent,Id) | {size, {W::integer(), H::integer()}} | {choices, [[unicode:chardata()]]} | {style, integer()} - | {validator, wx:wx()}. + | {validator, wx:wx_object()}. new(#wx_ref{type=ParentT,ref=ParentRef},Id, Options) when is_integer(Id),is_list(Options) -> ?CLASS(ParentT,wxWindow), |