diff liboctave/glob-match.h @ 6095:a8aa7a014c22

[project @ 2006-10-26 01:22:31 by jwe]
author jwe
date Thu, 26 Oct 2006 01:22:31 +0000
parents 4c8a2e4e0717
children 143b556ce725
line wrap: on
line diff
--- a/liboctave/glob-match.h	Thu Oct 26 01:18:34 2006 +0000
+++ b/liboctave/glob-match.h	Thu Oct 26 01:22:31 2006 +0000
@@ -41,7 +41,7 @@
       period = 4     // Leading `.' is matched only explicitly.
    };
 
-  glob_match (const std::string& p = std::string (),
+  glob_match (const std::string& p,
 	      unsigned int f = pathname|noescape|period)
     : pat (p), flags (f) { }