diff src/pt-idx.h @ 3523:b80bbb43a1a9

[project @ 2000-02-02 10:25:52 by jwe]
author jwe
date Wed, 02 Feb 2000 10:26:25 +0000
parents bc3fdfe311a3
children cc8ae49d6e79
line wrap: on
line diff
--- a/src/pt-idx.h
+++ b/src/pt-idx.h
@@ -54,7 +54,7 @@
   bool is_index_expression (void) const
     { return true; }
 
-  string name (void) const;
+  std::string name (void) const;
 
   tree_expression *expression (void)
     { return expr; }