changeset 783:d4605a02f1f8

[project @ 1994-10-07 19:06:00 by jwe]
author jwe
date Fri, 07 Oct 1994 19:06:00 +0000
parents ffe18d3d64a6
children 07b48e7ddd9b
files src/tc-rep-ass.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/tc-rep-ass.cc	Fri Oct 07 19:01:34 1994 +0000
+++ b/src/tc-rep-ass.cc	Fri Oct 07 19:06:00 1994 +0000
@@ -54,7 +54,7 @@
 // hand off to other functions to do the real work.
 
 void
-TC_REP::assign (const tree_constant& rhs, const Octave_object& args)
+TC_REP::assign (tree_constant& rhs, const Octave_object& args)
 {
   tree_constant rhs_tmp = rhs.make_numeric ();