summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorPixel <Pixel>2002-09-09 14:50:25 +0000
committerPixel <Pixel>2002-09-09 14:50:25 +0000
commit259110b90336240ce6cdde0201d05ce03a1f73fe (patch)
treeea54441ee6afaadb62bfc64f14d2ea9ca2fe3027 /includes
parentd9be6ee955a92618bcfc8c8e1f10ca82a9f51634 (diff)
Doh
Diffstat (limited to 'includes')
-rw-r--r--includes/String.h4
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);