changeset 5894:acf8b96ca9c9

[project @ 2006-07-16 22:15:44 by jwe]
author jwe
date Sun, 16 Jul 2006 22:15:44 +0000
parents d73ffe42f2c8
children b9c45e0cf685
files liboctave/str-vec.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/str-vec.cc	Sun Jul 16 07:49:03 2006 +0000
+++ b/liboctave/str-vec.cc	Sun Jul 16 22:15:44 2006 +0000
@@ -41,6 +41,7 @@
 #include "str-vec.h"
 
 string_vector::string_vector (const std::list<std::string>& lst)
+  : Array<std::string> ()
 {
   size_t n = lst.size ();