diff src/ov-struct.h @ 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 faafc2d98b8d
line wrap: on
line diff
--- a/src/ov-struct.h	Wed Apr 12 19:23:26 2006 +0000
+++ b/src/ov-struct.h	Thu Apr 13 13:04:33 2006 +0000
@@ -61,8 +61,8 @@
 
   ~octave_struct (void) { }
 
-  octave_value *clone (void) const { return new octave_struct (*this); }
-  octave_value *empty_clone (void) const { return new octave_struct (); }
+  octave_base_value *clone (void) const { return new octave_struct (*this); }
+  octave_base_value *empty_clone (void) const { return new octave_struct (); }
 
   Cell dotref (const octave_value_list& idx);