some int --> size_t changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-03-15 22:45:10 +00:00
parent 329a56f7ff
commit f8dda225b3
3 changed files with 4 additions and 4 deletions

View File

@@ -206,7 +206,7 @@ than the number of items in the control.", "");
DocDeclStr(
virtual int , GetCount() const,
virtual size_t , GetCount() const,
"Returns the number of items in the control.", "");
DocDeclStr(