diff options
author | pixel <pixel> | 2003-10-12 05:15:00 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-10-12 05:15:00 +0000 |
commit | f70ad229bc765f3e6fd218f1e54bd0828fc9e1b4 (patch) | |
tree | a9150cfda7ed8b492254e28f3d1e4769259567ac /include/BString.h | |
parent | 0c065d346b2555943540091651236ff802d720eb (diff) |
AT LAST!!!
Windows 2k/XP CD reading works using raw ioctls!!!!
HURRAY!!!!!!!!
Diffstat (limited to 'include/BString.h')
-rw-r--r-- | include/BString.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/BString.h b/include/BString.h index c4703f0..82fe1b5 100644 --- a/include/BString.h +++ b/include/BString.h @@ -20,7 +20,7 @@ class String : public Base { String(int); String(unsigned int); String(int64); - String(uint64); + String(Uint64); String(double); ~String(); const char * set(const char *, va_list); |