]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vector.h
Added wxTreeCtrl::GetItemParent to deprecate GetParent.
[wxWidgets.git] / include / wx / vector.h
index fa01349ca5b124d95cafe9244a52d1b0fa77f4e3..6dd37e3243dd2bb05857ae1bb75f59325d5c0028 100644 (file)
@@ -15,9 +15,9 @@
 
 class WXDLLEXPORT wxVectorBase
 {
-private:
+public:
     typedef size_t size_type;
-
+private:
     size_type m_allocsize;
     size_type m_size,
               m_capacity;