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/tafreader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tafreader.h') diff --git a/src/tafreader.h b/src/tafreader.h index d60f4d2..c91d1b1 100644 --- a/src/tafreader.h +++ b/src/tafreader.h @@ -9,7 +9,7 @@ #define BU_TAF_READER_H #include -#include "bu/fstring.h" +#include "bu/string.h" namespace Bu { @@ -38,7 +38,7 @@ namespace Bu void ws(); bool isws(); void next(); - Bu::FString readStr(); + Bu::String readStr(); void rawread( char *c ); char c, la; Bu::Stream &sIn; -- cgit v1.2.3