From f5aca1a1b402bd7ebc944dc6e6fe65828d863365 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 20 Jan 2011 02:14:08 +0000 Subject: Bu::FString is now String, and there's a shell script to fix any other programs that were using fstring, I hope. --- src/tafcomment.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tafcomment.h') diff --git a/src/tafcomment.h b/src/tafcomment.h index 5b51f99..942beb3 100644 --- a/src/tafcomment.h +++ b/src/tafcomment.h @@ -21,14 +21,14 @@ namespace Bu { public: TafComment( const Bu::TafComment &rSrc ); - TafComment( const Bu::FString &sText, bool bEOL=false ); + TafComment( const Bu::String &sText, bool bEOL=false ); virtual ~TafComment(); - const Bu::FString &getText() const; + const Bu::String &getText() const; bool isEOLStyle() const; private: - Bu::FString sText; + Bu::String sText; bool bEOL; }; } -- cgit v1.2.3