From 7292af7c475c61920987ec498144a3fd1e90f1e8 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 20 Jan 2011 18:16:38 +0000 Subject: Updated with new Bu::String. --- src/string.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/string.h') diff --git a/src/string.h b/src/string.h index ea13517..f708e22 100644 --- a/src/string.h +++ b/src/string.h @@ -2,11 +2,11 @@ #define GATS_STRING_H #include "gats/object.h" -#include +#include namespace Gats { - class String : public Gats::Object, public Bu::FString + class String : public Gats::Object, public Bu::String { public: String(); @@ -14,7 +14,7 @@ namespace Gats String( const char *s, long iLength ); String( long iLength ); String( const String &s ); - String( const Bu::FString &s ); + String( const Bu::String &s ); virtual ~String(); virtual Type getType() const { return typeString; } -- cgit v1.2.3