X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..1ecffbff714ff707ded9266bf27c3347946cbcd9:/include/wx/stubs/checklst.h

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()
 };