diff src/pt-binop.cc @ 3536:e8fbc8c3d6d9

[project @ 2000-02-02 12:01:00 by jwe]
author jwe
date Wed, 02 Feb 2000 12:01:08 +0000
parents 096ad38d7ab5
children bf6116ca10eb
line wrap: on
line diff
--- a/src/pt-binop.cc	Wed Feb 02 11:55:49 2000 +0000
+++ b/src/pt-binop.cc	Wed Feb 02 12:01:08 2000 +0000
@@ -100,7 +100,7 @@
 	     oper () . c_str (), line (), column ());
 }
 
-std:string
+std::string
 tree_binary_expression::oper (void) const
 {
   return octave_value::binary_op_as_string (etype);
@@ -196,7 +196,7 @@
   return retval;
 }
 
-std:string
+std::string
 tree_boolean_expression::oper (void) const
 {
   std::string retval = "<unknown>";