Line-up interfaces to use size_t for GetCount()s.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-03-12 13:08:24 +00:00
parent 02e05e7e40
commit 78fc4e5509
3 changed files with 48 additions and 48 deletions

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: treectrl.h
// Name: wx/mac/classic/treectrl.h
// Purpose: wxTreeCtrl class
// Author: Stefan Csomor
// Modified by:
@@ -137,7 +137,7 @@ public:
// accessors
// ---------
//
int GetCount() const;
size_t GetCount() const;
// indent
int GetIndent() const;