diff src/variables.h @ 2878:55cca18e943a

[project @ 1997-04-24 09:19:43 by jwe]
author jwe
date Thu, 24 Apr 1997 09:25:02 +0000
parents 8c516da3c1f7
children aef2d43edbc2
line wrap: on
line diff
--- a/src/variables.h
+++ b/src/variables.h
@@ -68,9 +68,10 @@
 
   ~octave_variable_reference (void) { }
 
-  void assign (const octave_value&);
+  void assign (octave_value::assign_op, const octave_value&);
 
-  void assign (const octave_value_list&, const octave_value&);
+  void assign (octave_value::assign_op, const octave_value_list&,
+	       const octave_value&);
 
   octave_value value (void);