diff src/ov-cell.h @ 5759:ce79d238f142

[project @ 2006-04-13 13:04:32 by jwe]
author jwe
date Thu, 13 Apr 2006 13:04:33 +0000
parents edf82d02be75
children c20eb7330d13
line wrap: on
line diff
--- a/src/ov-cell.h	Wed Apr 12 19:23:26 2006 +0000
+++ b/src/ov-cell.h	Thu Apr 13 13:04:33 2006 +0000
@@ -63,11 +63,11 @@
 
   void assign (const octave_value_list& idx, const octave_value& rhs);
 
-  octave_value *clone (void) const { return new octave_cell (*this); }
-  octave_value *empty_clone (void) const { return new octave_cell (); }
+  octave_base_value *clone (void) const { return new octave_cell (*this); }
+  octave_base_value *empty_clone (void) const { return new octave_cell (); }
 
 #if 0
-  octave_value *try_narrowing_conversion (void);
+  octave_base_value *try_narrowing_conversion (void);
 #endif
 
   octave_value subsref (const std::string&,