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/list.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/list.h') diff --git a/src/list.h b/src/list.h index 69cb846..5c50fae 100644 --- a/src/list.h +++ b/src/list.h @@ -3,7 +3,7 @@ #include "gats/object.h" #include -#include +#include namespace Gats { @@ -19,7 +19,7 @@ namespace Gats virtual void read( Bu::Stream &rIn, char cType ); void append( const char *s ); - void append( const Bu::FString &s ); + void append( const Bu::String &s ); void append( int32_t i ); void append( int64_t i ); void append( bool b ); @@ -27,7 +27,7 @@ namespace Gats using Bu::List::append; void prepend( const char *s ); - void prepend( const Bu::FString &s ); + void prepend( const Bu::String &s ); void prepend( int32_t i ); void prepend( int64_t i ); void prepend( bool b ); -- cgit v1.2.3