diff src/Cell.h @ 8732:a669df7beb73

[mq]: x
author John W. Eaton <jwe@octave.org>
date Thu, 12 Feb 2009 14:37:43 -0500
parents 280fae940bb0
children eb63fbe60fab
line wrap: on
line diff
--- a/src/Cell.h
+++ b/src/Cell.h
@@ -64,6 +64,8 @@
 
   Cell (const string_vector& sv, bool trim = false);
 
+  Cell (const Array<std::string>& sa);
+
   Cell (const dim_vector& dv, const string_vector& sv, bool trim = false);
 
   Cell (const Cell& c)