diff options
author | Pixel <Pixel> | 2002-09-09 14:50:25 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-09-09 14:50:25 +0000 |
commit | 259110b90336240ce6cdde0201d05ce03a1f73fe (patch) | |
tree | ea54441ee6afaadb62bfc64f14d2ea9ca2fe3027 /includes | |
parent | d9be6ee955a92618bcfc8c8e1f10ca82a9f51634 (diff) |
Doh
Diffstat (limited to 'includes')
-rw-r--r-- | includes/String.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/String.h b/includes/String.h index af97d2b..ea501b2 100644 --- a/includes/String.h +++ b/includes/String.h @@ -9,10 +9,10 @@ class String : public Base { public: String(const String &); - String(const char * = ""); #if 0 - String(const char * = "", ...); + String(const char * = ""); #endif + String(const char * = "", ...); String(char); String(int); String(unsigned int); |