X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e320a79f187558effb04d92020b470372bbe456..ae920857a74f858f98d0d68f55f6a77de0d8f2cf:/src/os2/checklst.cpp diff --git a/src/os2/checklst.cpp b/src/os2/checklst.cpp index ecabf5408e..079092b327 100644 --- a/src/os2/checklst.cpp +++ b/src/os2/checklst.cpp @@ -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 }