diff src/load-path.h @ 6629:7e2b5d0cf7ad

[project @ 2007-05-16 15:18:18 by jwe]
author jwe
date Wed, 16 May 2007 15:18:19 +0000
parents af16354ea09c
children 0fcc8d65b571
line wrap: on
line diff
--- a/src/load-path.h
+++ b/src/load-path.h
@@ -339,7 +339,7 @@
 
   void do_display (std::ostream& os) const;
 
-  std::string system_path (void) const { return sys_path; }
+  std::string do_system_path (void) const { return sys_path; }
 
   void add_to_fcn_map (const dir_info& di, bool at_end) const;
 };