X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b935bec2368afde72a9451fd431c8039b1194f1f..921176c5e456ac4526ea33c5f0d86ee7401d9016:/include/wx/listbase.h diff --git a/include/wx/listbase.h b/include/wx/listbase.h index dae2b38f23..9172a11fe9 100644 --- a/include/wx/listbase.h +++ b/include/wx/listbase.h @@ -342,8 +342,8 @@ private: class WXDLLEXPORT wxListEvent : public wxNotifyEvent { public: - wxListEvent(wxEventType commandType = wxEVT_NULL, int id = 0) - : wxNotifyEvent(commandType, id) + wxListEvent(wxEventType commandType = wxEVT_NULL, int winid = 0) + : wxNotifyEvent(commandType, winid) , m_code(0) , m_oldItemIndex(0) , m_itemIndex(0)