git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5234
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool wxListCtrl::Create( wxWindow *parent, wxWindowID id,
const wxPoint &pos, const wxSize &size,
bool wxListCtrl::Create( wxWindow *parent, wxWindowID id,
const wxPoint &pos, const wxSize &size,
- long style, const wxValidator &validator,
+ const wxValidator &validator,
#endif
const wxString &name )
{
#endif
const wxString &name )
{
#pragma message enable codcauunr
#endif
#pragma message enable codcauunr
#endif
- bool ret = wxControl::Create( parent, id, pos, size, s, name );
+ bool ret = wxControl::Create( parent,
+ id,
+ pos,
+ size,
+ s,
+#if wxUSE_VALIDATORS
+ validator,
+#endif
+ name );
#if wxUSE_VALIDATORS
SetValidator( validator );
#if wxUSE_VALIDATORS
SetValidator( validator );