X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22574b4a9c8a805d2d476aa6f531e408b647523e..d33704ddf2884c8b1cf1178e3cee6d2e1b4004f0:/include/wx/treectrl.h diff --git a/include/wx/treectrl.h b/include/wx/treectrl.h index 0b4587bc79..c161d0d098 100644 --- a/include/wx/treectrl.h +++ b/include/wx/treectrl.h @@ -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