diff src/ov-base-int.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-base-int.cc	Wed Apr 12 19:23:26 2006 +0000
+++ b/src/ov-base-int.cc	Thu Apr 13 13:04:33 2006 +0000
@@ -57,10 +57,10 @@
 #include "ls-hdf5.h"
 
 template <class T>
-octave_value *
+octave_base_value *
 octave_base_int_matrix<T>::try_narrowing_conversion (void)
 {
-  octave_value *retval = 0;
+  octave_base_value *retval = 0;
 
   if (this->matrix.nelem () == 1)
     retval = new typename octave_value_int_traits<T>::scalar_type (this->matrix (0));