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/tafwriter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tafwriter.h') diff --git a/src/tafwriter.h b/src/tafwriter.h index 5b7bd74..2bdd291 100644 --- a/src/tafwriter.h +++ b/src/tafwriter.h @@ -10,7 +10,7 @@ #include -#include "bu/fstring.h" +#include "bu/string.h" namespace Bu { @@ -35,7 +35,7 @@ namespace Bu private: void writeProperty( const Bu::TafProperty *pProp ); void writeComment( const Bu::TafComment *pComment ); - void writeString( const Bu::FString &str ); + void writeString( const Bu::String &str ); void ident(); Bu::Stream &sOut; int iDepth; -- cgit v1.2.3