diff src/ov-dld-fcn.h @ 3523:b80bbb43a1a9

[project @ 2000-02-02 10:25:52 by jwe]
author jwe
date Wed, 02 Feb 2000 10:26:25 +0000
parents e84e324db1de
children 6e86256e9c54
line wrap: on
line diff
--- a/src/ov-dld-fcn.h
+++ b/src/ov-dld-fcn.h
@@ -48,14 +48,14 @@
 public:
 
   octave_dld_function (octave_builtin::fcn ff, const octave_shlib& shl,
-		       const string& nm = string (),
-		       const string& ds = string ());
+		       const std::string& nm = std::string (),
+		       const std::string& ds = std::string ());
 
   ~octave_dld_function (void);
 
   void mark_fcn_file_up_to_date (const octave_time& t) { t_checked = t; }
 
-  string fcn_file_name (void) const;
+  std::string fcn_file_name (void) const;
 
   octave_time time_parsed (void) const;