diff src/ov-cx-mat.h @ 3928:e8627dc4bdf2

[project @ 2002-05-03 19:56:01 by jwe]
author jwe
date Fri, 03 May 2002 19:56:02 +0000
parents b11f9c33558f
children f9ea3dcf58ee
line wrap: on
line diff
--- a/src/ov-cx-mat.h	Fri May 03 02:13:42 2002 +0000
+++ b/src/ov-cx-mat.h	Fri May 03 19:56:02 2002 +0000
@@ -77,7 +77,8 @@
 
   octave_value *try_narrowing_conversion (void);
 
-  void assign (const octave_value_list& idx, const ComplexMatrix& rhs);
+  void assign (const octave_value_list& idx, const ComplexMatrix& rhs)
+    { octave_base_matrix<ComplexMatrix>::assign (idx, rhs); }
 
   void assign (const octave_value_list& idx, const Matrix& rhs);