X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..438959cca892a7651634cc3a7aad4819ac49b23c:/include/wx/osx/checklst.h diff --git a/include/wx/osx/checklst.h b/include/wx/osx/checklst.h index 5e2fb9774b..f2d547c505 100644 --- a/include/wx/osx/checklst.h +++ b/include/wx/osx/checklst.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: wx/mac/carbon/checklst.h +// Name: wx/osx/checklst.h // Purpose: wxCheckListBox class - a listbox with checkable items // Note: this is an optional class. // Author: Stefan Csomor @@ -81,7 +81,7 @@ protected: // the array containing the checked status of the items wxArrayInt m_checks; - + wxListWidgetColumn* m_checkColumn ; void Init();