summaryrefslogtreecommitdiff
path: root/include/Exceptions.h
diff options
context:
space:
mode:
authorpixel <pixel>2002-12-23 16:30:11 +0000
committerpixel <pixel>2002-12-23 16:30:11 +0000
commit34c6ea80ecb40d65e6b0da40efad5239356bb497 (patch)
treea5ebc607437aa65a3afd11edb23f0beb63328524 /include/Exceptions.h
parent3dbc7076dc78dded7d01da6a038cccda3ae9d71e (diff)
String.h --> BString.h
Diffstat (limited to 'include/Exceptions.h')
-rw-r--r--include/Exceptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Exceptions.h b/include/Exceptions.h
index c9756c9..576f757 100644
--- a/include/Exceptions.h
+++ b/include/Exceptions.h
@@ -97,6 +97,6 @@ class Exit : public GeneralException {
int code;
};
-#include <String.h>
+#include <BString.h>
#endif