]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - String++.h
2003-03-16 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / String++.h
index bd8f6f9a7d851988aa6e97e7016b55fc2e9f6a99..81c6561e4261bdeb8eba8f6ec31a122c003cba59 100644 (file)
@@ -43,7 +43,7 @@ public:
                              // pretends to be const !!
   inline size_t size() const; // number of characters (!= storage size).
   size_t find (char) const;
-  String substr (size_t start = 0, size_t len = -1) const;
+  String substr (size_t start = 0, int len = -1) const;
   // operator == and != can be done if/when we have a 'casesensitive' flag to
   // the constructors
   // - means this sorts to the left of the parameter
This page took 0.024008 seconds and 5 git commands to generate.