diff options
author | Dan Gudmundsson <[email protected]> | 2013-01-16 16:45:01 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2013-01-16 16:45:01 +0100 |
commit | 086e369ee6a480a9de64bfc9c51430622ef9b2b6 (patch) | |
tree | 073e2fc7466837523411542caf05595ff34c7e28 /lib/wx/api_gen/wx_extra | |
parent | b1ed656aa179b0d4c8a385d9cde93d326d835302 (diff) | |
download | otp-086e369ee6a480a9de64bfc9c51430622ef9b2b6.tar.gz otp-086e369ee6a480a9de64bfc9c51430622ef9b2b6.tar.bz2 otp-086e369ee6a480a9de64bfc9c51430622ef9b2b6.zip |
wx: Remove deprecated driver_send_term usage
Diffstat (limited to 'lib/wx/api_gen/wx_extra')
-rw-r--r-- | lib/wx/api_gen/wx_extra/wxListCtrl.c_src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wx/api_gen/wx_extra/wxListCtrl.c_src b/lib/wx/api_gen/wx_extra/wxListCtrl.c_src index 54d6fafd01..8fa31e512e 100644 --- a/lib/wx/api_gen/wx_extra/wxListCtrl.c_src +++ b/lib/wx/api_gen/wx_extra/wxListCtrl.c_src @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2011. All Rights Reserved. +%% Copyright Ericsson AB 2011-2013. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -27,7 +27,7 @@ class EwxListCtrl : public wxListCtrl { int onGetItemText; int onGetItemAttr; int onGetItemColumnImage; - ErlDrvPort port; + ErlDrvTermData port; private: virtual wxString OnGetItemText(long item, long col) const; |