diff src/pt-binop.cc @ 3523:b80bbb43a1a9

[project @ 2000-02-02 10:25:52 by jwe]
author jwe
date Wed, 02 Feb 2000 10:26:25 +0000
parents 20f5cec4f11c
children 096ad38d7ab5
line wrap: on
line diff
--- a/src/pt-binop.cc
+++ b/src/pt-binop.cc
@@ -199,7 +199,7 @@
 string
 tree_boolean_expression::oper (void) const
 {
-  string retval = "<unknown>";
+  std::string retval = "<unknown>";
 
   switch (etype)
     {