diff src/pt-const.cc @ 782:ffe18d3d64a6

[project @ 1994-10-07 19:01:20 by jwe]
author jwe
date Fri, 07 Oct 1994 19:01:34 +0000
parents 81a661c0368b
children ba6acc6309ec
line wrap: on
line diff
--- a/src/pt-const.cc	Fri Oct 07 18:52:22 1994 +0000
+++ b/src/pt-const.cc	Fri Oct 07 19:01:34 1994 +0000
@@ -158,7 +158,7 @@
 
 tree_constant
 tree_constant::assign_map_element (SLList<char*>& list,
-				   const tree_constant& rhs)
+				   tree_constant& rhs)
 {
   tree_constant_rep *tmp_rep = make_unique_map ();
 
@@ -190,7 +190,7 @@
 
 tree_constant
 tree_constant::assign_map_element (SLList<char*>& list,
-				   const tree_constant& rhs,
+				   tree_constant& rhs,
 				   const Octave_object& args)
 {
   tree_constant_rep *tmp_rep = make_unique_map ();