]> git.saurik.com Git - wxWidgets.git/commitdiff
Correcting typo
authorJulian Smart <julian@anthemion.co.uk>
Tue, 19 Aug 2003 19:27:52 +0000 (19:27 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 19 Aug 2003 19:27:52 +0000 (19:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/list.h

index c17823a71baafdf0974d3ad7afef47b4630da84f..ab36a45db25b2893f0666a6628f1c9cb19df69f1 100644 (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; }                      \