diff src/ov-list.h @ 4499:55695bf73797

[project @ 2003-09-05 19:56:37 by jwe]
author jwe
date Fri, 05 Sep 2003 19:56:37 +0000
parents be631c1720ea
children 508238e65af7
line wrap: on
line diff
--- a/src/ov-list.h
+++ b/src/ov-list.h
@@ -99,11 +99,13 @@
 
   bool print_name_tag (std::ostream& os, const std::string& name) const;
 
-private:
+protected:
 
   // The list of Octave values.
   octave_value_list lst;
 
+private:
+
   DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA
 
   DECLARE_OCTAVE_ALLOCATOR