X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b38e2a022d97b2afae69cb5f322f96a6a0140f3..4fe0156b18e2330be391b804da341e546164b85f:/src/mac/classic/treectrl.cpp?ds=sidebyside

diff --git a/src/mac/classic/treectrl.cpp b/src/mac/classic/treectrl.cpp
index a29581f2b4..36dd0963f8 100644
--- a/src/mac/classic/treectrl.cpp
+++ b/src/mac/classic/treectrl.cpp
@@ -55,7 +55,7 @@ wxTreeCtrl::~wxTreeCtrl()
 }
 
 // Attributes
-size_t wxTreeCtrl::GetCount() const
+unsigned int wxTreeCtrl::GetCount() const
 {
     // TODO
     return 0;