changeset 780:81a661c0368b

[project @ 1994-10-07 17:26:04 by jwe]
author jwe
date Fri, 07 Oct 1994 17:26:04 +0000
parents cee8a66ff94e
children ce19e27b6895
files src/pt-const.cc
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/pt-const.cc	Fri Oct 07 17:20:40 1994 +0000
+++ b/src/pt-const.cc	Fri Oct 07 17:26:04 1994 +0000
@@ -157,7 +157,8 @@
 }
 
 tree_constant
-tree_constant::assign_map_element (SLList<char*>& list, tree_constant& rhs)
+tree_constant::assign_map_element (SLList<char*>& list,
+				   const tree_constant& rhs)
 {
   tree_constant_rep *tmp_rep = make_unique_map ();
 
@@ -188,7 +189,8 @@
 // Indexed structure assignment.
 
 tree_constant
-tree_constant::assign_map_element (SLList<char*>& list, tree_constant& rhs,
+tree_constant::assign_map_element (SLList<char*>& list,
+				   const tree_constant& rhs,
 				   const Octave_object& args)
 {
   tree_constant_rep *tmp_rep = make_unique_map ();