]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/checklst.cpp
Various distrib things,
[wxWidgets.git] / src / os2 / checklst.cpp
index ecabf5408ec88e1889148ad9db7fd8210e8fc5db..079092b3277dd56610bf189f5c5cc4b51bbf9260 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        checklst.cpp
 // Purpose:     implementation of wxCheckListBox class
 // Author:      AUTHOR
-// Modified by: 
+// Modified by:
 // Created:     ??/??/98
 // RCS-ID:      $Id$
 // Copyright:   (c) AUTHOR
@@ -60,13 +60,13 @@ wxCheckListBox::wxCheckListBox(wxWindow *parent, wxWindowID id,
 // check items
 // -----------
 
-bool wxCheckListBox::IsChecked(uint uiIndex) const
+bool wxCheckListBox::IsChecked(unsigned int uiIndex) const
 {
     // TODO
     return FALSE;
 }
 
-void wxCheckListBox::Check(uint uiIndex, bool bCheck)
+void wxCheckListBox::Check(unsigned int uiIndex, bool bCheck)
 {
     // TODO
 }