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/Table.h | |
parent | 3dbc7076dc78dded7d01da6a038cccda3ae9d71e (diff) |
String.h --> BString.h
Diffstat (limited to 'include/Table.h')
-rw-r--r-- | include/Table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Table.h b/include/Table.h index 58336d0..c972fa3 100644 --- a/include/Table.h +++ b/include/Table.h @@ -2,7 +2,7 @@ #define __TABLE_H__ #include <Action.h> -#include <String.h> +#include <BString.h> #include <Exceptions.h> class Table : public Action { |