summaryrefslogtreecommitdiff
path: root/include/BString.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/BString.h')
-rw-r--r--include/BString.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/BString.h b/include/BString.h
index 5db0db5..c070fe6 100644
--- a/include/BString.h
+++ b/include/BString.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: BString.h,v 1.17 2007-09-05 14:11:44 pixel Exp $ */
+/* $Id: BString.h,v 1.18 2008-01-25 10:09:19 pixel Exp $ */
#ifndef __STRING_H__
#define __STRING_H__
@@ -36,7 +36,7 @@ struct ugly_string {
class String : public Base {
public:
String(const String &);
- String(const char * = "");
+ String(const char * = "", int = -1);
String(char);
String(int);
String(unsigned int);