X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..cd2df130f8162dc2cf9794c1507cd4bddce53910:/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() };