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/xmlreader.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/xmlreader.h') diff --git a/src/xmlreader.h b/src/xmlreader.h index 8533c1a..a217ac5 100644 --- a/src/xmlreader.h +++ b/src/xmlreader.h @@ -8,7 +8,7 @@ #ifndef BU_XML_READER_H #define BU_XML_READER_H -#include "bu/fstring.h" +#include "bu/string.h" #include "bu/exceptionbase.h" namespace Bu @@ -27,8 +27,8 @@ namespace Bu Stream &rInput; int iCurToken; int iNextToken; - Bu::FString sBuf; - Bu::FString sStr; + Bu::String sBuf; + Bu::String sStr; bool bIgnoreWS; typedef struct StreamPos { -- cgit v1.2.3