]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/checklst.cpp
//... => /* ... */
[wxWidgets.git] / src / motif / checklst.cpp
index f880ecaf45fbbe9e8cf25d9f897fad0dc9ef84d6..bbd6915e8e40f1b936dbe8a952098c5a58df1583 100644 (file)
@@ -60,13 +60,13 @@ wxCheckListBox::wxCheckListBox(wxWindow *parent, wxWindowID id,
 // check items
 // -----------
 
-bool wxCheckListBox::IsChecked(uint uiIndex) const
+bool wxCheckListBox::IsChecked(size_t uiIndex) const
 {
     // TODO
     return FALSE;
 }
 
-void wxCheckListBox::Check(uint uiIndex, bool bCheck)
+void wxCheckListBox::Check(size_t uiIndex, bool bCheck)
 {
     // TODO
 }