]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
made wxCommandEvent::GetInt() return int, not long (patch 1473771)
[wxWidgets.git] / include / wx / generic / treectlg.h
index 700b9a378c59eab5e9b2ffe4c70f5583cc968685..4954afb37f73d0a39395ce4cf2b6238a750cda36 100644 (file)
@@ -69,7 +69,7 @@ public:
     // implement base class pure virtuals
     // ----------------------------------
 
-    virtual size_t GetCount() const;
+    virtual unsigned int GetCount() const;
 
     virtual unsigned int GetIndent() const { return m_indent; }
     virtual void SetIndent(unsigned int indent);
@@ -377,4 +377,3 @@ public:
 #endif // wxUSE_TREECTRL
 
 #endif // _GENERIC_TREECTRL_H_
-