X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..f17fee68eac048a593e83f3a74d8a74f6a7ddacb:/include/wx/stubs/checklst.h?ds=sidebyside diff --git a/include/wx/stubs/checklst.h b/include/wx/stubs/checklst.h index 5cc193d98a..19b4ccb8d3 100644 --- a/include/wx/stubs/checklst.h +++ b/include/wx/stubs/checklst.h @@ -19,7 +19,7 @@ #include "wx/listbox.h" -typedef unsigned int uint; +typedef unsigned int size_t; class wxCheckListBox : public wxListBox { @@ -37,8 +37,8 @@ public: const wxString& name = wxListBoxNameStr); // items may be checked - bool IsChecked(uint uiIndex) const; - void Check(uint uiIndex, bool bCheck = TRUE); + bool IsChecked(size_t uiIndex) const; + void Check(size_t uiIndex, bool bCheck = TRUE); DECLARE_EVENT_TABLE() };