From 11bf45f50739afb923829b3cc32efb9c8c009613 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sat, 17 Aug 2002 01:48:34 +0000 Subject: Working with Baltisot now.... --- includes/String.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'includes/String.h') diff --git a/includes/String.h b/includes/String.h index 1fd6183..7b5fdc4 100644 --- a/includes/String.h +++ b/includes/String.h @@ -9,7 +9,7 @@ class String : public Base { public: String(const String &); - String(const char * = ""); + String(const char * = "", ...); String(char); String(int); String(unsigned int); @@ -61,6 +61,8 @@ class String : public Base { std::ostream & operator<<(std::ostream &, const String &); std::istream & operator>>(std::istream &, String &); +String operator+(const char *, const String &); + #else #error This only works with a C++ compiler #endif -- cgit v1.2.3