diff src/ov-struct.h @ 7336:745a8299c2b5

[project @ 2007-12-28 20:56:55 by jwe]
author jwe
date Fri, 28 Dec 2007 20:56:58 +0000
parents fbf8576cf399
children c195bd0a5c64
line wrap: on
line diff
--- a/src/ov-struct.h	Fri Feb 01 23:56:51 2008 -0500
+++ b/src/ov-struct.h	Fri Dec 28 20:56:58 2007 +0000
@@ -142,11 +142,13 @@
 
   mxArray *as_mxArray (void) const;
 
-private:
+protected:
 
   // The associative array used to manage the structure data.
   Octave_map map;
 
+private:
+
   DECLARE_OCTAVE_ALLOCATOR
 
   DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA