diff src/symtab.h @ 5823:080c08b192d8

[project @ 2006-05-19 05:32:17 by jwe]
author jwe
date Fri, 19 May 2006 05:32:19 +0000
parents 1138ced03f14
children 2a6cb4ed8f1e
line wrap: on
line diff
--- a/src/symtab.h
+++ b/src/symtab.h
@@ -211,7 +211,7 @@
 
     std::string help (void) const { return help_string; }
 
-    void document (const std::string& h) { help_string = h; }
+    void document (const std::string& h);
 
     unsigned int type (void) { return symbol_type; }