diff liboctave/chMatrix.h @ 2349:b369227ce3d2

[project @ 1996-07-27 07:59:20 by jwe]
author jwe
date Sat, 27 Jul 1996 07:59:22 +0000
parents fb9611cfc9d2
children d9147efd1a93
line wrap: on
line diff
--- a/liboctave/chMatrix.h	Thu Jul 25 09:54:41 1996 +0000
+++ b/liboctave/chMatrix.h	Sat Jul 27 07:59:22 1996 +0000
@@ -35,6 +35,7 @@
 #include "MArray2.h"
 
 #include "mx-defs.h"
+#include "str-vec.h"
 
 class
 charMatrix : public MArray2<char>
@@ -50,6 +51,7 @@
   charMatrix (const charMatrix& a) : MArray2<char> (a) { }
   charMatrix (const char *s);
   charMatrix (const string& s);
+  charMatrix (const string_vector& s);
 
   charMatrix& operator = (const charMatrix& a)
     {