diff options
author | Pixel <Pixel> | 2002-08-25 14:39:48 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-08-25 14:39:48 +0000 |
commit | 38d60726082b04e79edae1c8c797c6dcb8314504 (patch) | |
tree | 4a056a158c6fc21c29dd8d8ed94c010a25cee19a /includes/String.h | |
parent | 1b0a5db816b7610c83615e93095155b1709f55da (diff) |
Workiiiiiiiiiiiiiiiiiing!!!!
Diffstat (limited to 'includes/String.h')
-rw-r--r-- | includes/String.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/String.h b/includes/String.h index 7b5fdc4..af97d2b 100644 --- a/includes/String.h +++ b/includes/String.h @@ -9,7 +9,10 @@ class String : public Base { public: String(const String &); + String(const char * = ""); +#if 0 String(const char * = "", ...); +#endif String(char); String(int); String(unsigned int); |