diff src/ov-re-mat.cc @ 5759:ce79d238f142

[project @ 2006-04-13 13:04:32 by jwe]
author jwe
date Thu, 13 Apr 2006 13:04:33 +0000
parents 4c8a2e4e0717
children 8d7162924bd3
line wrap: on
line diff
--- a/src/ov-re-mat.cc	Wed Apr 12 19:23:26 2006 +0000
+++ b/src/ov-re-mat.cc	Thu Apr 13 13:04:33 2006 +0000
@@ -67,10 +67,10 @@
 
 DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_matrix, "matrix", "double");
 
-octave_value *
+octave_base_value *
 octave_matrix::try_narrowing_conversion (void)
 {
-  octave_value *retval = 0;
+  octave_base_value *retval = 0;
 
   if (matrix.nelem () == 1)
     retval = new octave_scalar (matrix (0));