diff src/ov-re-mat.h @ 3933:f9ea3dcf58ee

[project @ 2002-05-15 03:21:00 by jwe]
author jwe
date Wed, 15 May 2002 03:21:01 +0000
parents e8627dc4bdf2
children 6e86256e9c54
line wrap: on
line diff
--- a/src/ov-re-mat.h
+++ b/src/ov-re-mat.h
@@ -73,7 +73,8 @@
 
   ~octave_matrix (void) { }
 
-  octave_value *clone (void) { return new octave_matrix (*this); }
+  octave_value *clone (void) const { return new octave_matrix (*this); }
+  octave_value *empty_clone (void) const { return new octave_matrix (); }
 
   octave_value *try_narrowing_conversion (void);