diff src/ov-mapper.h @ 3523:b80bbb43a1a9

[project @ 2000-02-02 10:25:52 by jwe]
author jwe
date Wed, 02 Feb 2000 10:26:25 +0000
parents 60866c521b92
children 71bd2d124119
line wrap: on
line diff
--- a/src/ov-mapper.h
+++ b/src/ov-mapper.h
@@ -52,8 +52,8 @@
   octave_mapper (ch_mapper ch, d_b_mapper db, c_b_mapper cb,
 		 d_d_mapper dd, d_c_mapper dc,
 		 c_c_mapper cc, double ll, double ul, int f,
-		 const string& nm = string (),
-		 const string& ds = string ())
+		 const std::string& nm = std::string (),
+		 const std::string& ds = std::string ())
     : octave_function (nm, ds), ch_map_fcn (ch),
       d_b_map_fcn (db), c_b_map_fcn (cb),
       d_d_map_fcn (dd), d_c_map_fcn (dc), c_c_map_fcn (cc),
@@ -94,7 +94,7 @@
   //
   //   0  =>  this function returns a matrix of ones and zeros
   //   1  =>  this function returns a numeric matrix (any values)
-  //   2  =>  this function returns a string array
+  //   2  =>  this function returns a std::string array
   //
   // For other mappers, nonzero means that this function can return a
   // complex value for some real arguments.