X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/584ad2a32fec156c6049145d7ece9a33213aea28..9a62fa17b1c342b5b1e1bb9b96373e170a9d8b6f:/include/wx/cocoa/checklst.h diff --git a/include/wx/cocoa/checklst.h b/include/wx/cocoa/checklst.h index 7b4c59315d..1f00752868 100644 --- a/include/wx/cocoa/checklst.h +++ b/include/wx/cocoa/checklst.h @@ -4,9 +4,9 @@ // Author: David Elliott // Modified by: // Created: 2003/03/16 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __WX_COCOA_CHECKLST_H__ @@ -73,8 +73,8 @@ protected: // ------------------------------------------------------------------------ public: // check list box specific methods - virtual bool IsChecked(size_t item) const; - virtual void Check(size_t item, bool check = TRUE); + virtual bool IsChecked(unsigned int item) const; + virtual void Check(unsigned int item, bool check = true); }; #endif // __WX_COCOA_CHECKLST_H__