# HG changeset patch # User jwe # Date 1153088144 0 # Node ID acf8b96ca9c96d48a9b797a06c0aaded2689a0ce # Parent d73ffe42f2c8192f8a472382c7bba101c9488e08 [project @ 2006-07-16 22:15:44 by jwe] diff --git a/liboctave/str-vec.cc b/liboctave/str-vec.cc --- a/liboctave/str-vec.cc +++ b/liboctave/str-vec.cc @@ -41,6 +41,7 @@ #include "str-vec.h" string_vector::string_vector (const std::list& lst) + : Array () { size_t n = lst.size ();