Correcting typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-19 19:27:52 +00:00
parent a5b8e8bf18
commit d56cc7b1bc

View File

@@ -862,7 +862,7 @@ private:
while (n < size()) \
pop_back(); \
while (n > size()) \
push_back(); \
push_back(v); \
} \
size_type size() const { return GetCount(); } \
size_type max_size() const { return INT_MAX; } \