diff src/ov-base.h @ 9767:0df32e0b2074

fix base class field assignment
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 02 Nov 2009 10:28:57 +0100
parents 26abff55f6fe
children a5035bc7fbfb
line wrap: on
line diff
--- a/src/ov-base.h	Mon Nov 02 07:16:30 2009 +0100
+++ b/src/ov-base.h	Mon Nov 02 10:28:57 2009 +0100
@@ -521,6 +521,9 @@
   virtual octave_base_value *find_parent_class (const std::string&)
     { return 0; }
 
+  virtual octave_base_value *unique_parent_class (const std::string&)
+    { return 0; }
+
   virtual octave_function *function_value (bool silent = false);
 
   virtual const octave_function *function_value (bool silent = false) const;