diff src/ov-fcn.h @ 5864:e884ab4f29ee

[project @ 2006-06-22 00:57:27 by jwe]
author jwe
date Thu, 22 Jun 2006 00:57:28 +0000
parents 415ae81d331b
children c68896f193e3
line wrap: on
line diff
--- a/src/ov-fcn.h
+++ b/src/ov-fcn.h
@@ -90,7 +90,8 @@
 
 protected:
 
-  octave_function (const std::string& nm, const std::string& ds)
+  octave_function (const std::string& nm,
+		   const std::string& ds = std::string ())
     : my_name (nm), doc (ds) { }
 
   // The name of this function.