diff src/ov-base.h @ 10544:9961fc022d9d

fix assignment to non-existing variables and octave_value::assign
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 23 Apr 2010 11:23:43 +0200
parents 4d1fc073fbb7
children 09e244649f50
line wrap: on
line diff
--- a/src/ov-base.h	Fri Apr 23 09:48:57 2010 +0200
+++ b/src/ov-base.h	Fri Apr 23 11:23:43 2010 +0200
@@ -216,7 +216,7 @@
 
   // Empty clone.
   virtual octave_base_value *
-  empty_clone (void) const { return new octave_base_value (); }
+  empty_clone (void) const;
 
   // Unique clone. Usually clones, but may be overriden to fake the
   // cloning when sharing copies is to be controlled from within an