X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2ed74b912261bd91b33affbd63acfbca4c2b371..2d4957f2401a8814f90cda21ef945d99bc74596e:/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)