]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/treectrl.cpp
clean-up and fix
[wxWidgets.git] / src / palmos / treectrl.cpp
index 59ac2059517605000711c06207e69a8b4fef3346..41a4abbea154151f1316a223c9d02055919b1941 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "treectrl.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -214,8 +210,9 @@ void wxTreeCtrl::DoSetItem(wxTreeViewItem* tvItem)
 {
 }
 
-size_t wxTreeCtrl::GetCount() const
+unsigned int wxTreeCtrl::GetCount() const
 {
+    // TODO
     return 0;
 }