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.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tafcomment.cpp') diff --git a/src/tafcomment.cpp b/src/tafcomment.cpp index 77b7ee4..2f0dc17 100644 --- a/src/tafcomment.cpp +++ b/src/tafcomment.cpp @@ -14,7 +14,7 @@ Bu::TafComment::TafComment( const Bu::TafComment &rSrc ) : { } -Bu::TafComment::TafComment( const Bu::FString &sText, bool bEOL ) : +Bu::TafComment::TafComment( const Bu::String &sText, bool bEOL ) : TafNode( typeComment ), sText( sText ), bEOL( bEOL ) @@ -25,7 +25,7 @@ Bu::TafComment::~TafComment() { } -const Bu::FString &Bu::TafComment::getText() const +const Bu::String &Bu::TafComment::getText() const { return sText; } -- cgit v1.2.3