]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treectrl.h
test that wxUSE_DATAVIEWCTRL is defined
[wxWidgets.git] / include / wx / treectrl.h
index 0b4587bc7947cb275aff4abe33bbdaec82e43bc5..c161d0d098759c8c6f0fe14357aa5833c82bb7da 100644 (file)
@@ -50,7 +50,7 @@ public:
     // ---------
 
         // get the total number of items in the control
-    virtual size_t GetCount() const = 0;
+    virtual unsigned int GetCount() const = 0;
 
         // indent is the number of pixels the children are indented relative to
         // the parents position. SetIndent() also redraws the control