summaryrefslogtreecommitdiff
path: root/include/Output.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/Output.h
parent3dbc7076dc78dded7d01da6a038cccda3ae9d71e (diff)
String.h --> BString.h
Diffstat (limited to 'include/Output.h')
-rw-r--r--include/Output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Output.h b/include/Output.h
index 9e83845..3d97922 100644
--- a/include/Output.h
+++ b/include/Output.h
@@ -3,7 +3,7 @@
#include <sys/types.h>
#include <time.h>
-#include <String.h>
+#include <BString.h>
#include <Handle.h>
class Output : public Handle {