diff options
author | pixel <pixel> | 2002-12-23 16:30:11 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-23 16:30:11 +0000 |
commit | 34c6ea80ecb40d65e6b0da40efad5239356bb497 (patch) | |
tree | a5ebc607437aa65a3afd11edb23f0beb63328524 /include/Output.h | |
parent | 3dbc7076dc78dded7d01da6a038cccda3ae9d71e (diff) |
String.h --> BString.h
Diffstat (limited to 'include/Output.h')
-rw-r--r-- | include/Output.h | 2 |
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 { |