Changed all symbols with the name "id" to "winid" to allow Objective-C++

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-10-27 04:12:45 +00:00
parent b935bec236
commit 921176c5e4
3 changed files with 9 additions and 9 deletions

View File

@@ -39,14 +39,14 @@ class WXDLLEXPORT wxListView : public wxListCtrl
public:
wxListView() { }
wxListView( wxWindow *parent,
wxWindowID id = -1,
wxWindowID winid = -1,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxLC_REPORT,
const wxValidator& validator = wxDefaultValidator,
const wxString &name = wxT("listctrl") )
{
Create(parent, id, pos, size, style, validator, name);
Create(parent, winid, pos, size, style, validator, name);
}
// focus/selection stuff