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/unit/xml.unit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/unit/xml.unit') diff --git a/src/unit/xml.unit b/src/unit/xml.unit index 67216f0..b4340e8 100644 --- a/src/unit/xml.unit +++ b/src/unit/xml.unit @@ -6,7 +6,7 @@ * terms of the license contained in the file LICENSE. */ -#include "bu/fstring.h" +#include "bu/string.h" #include "bu/xmlreader.h" #include "bu/membuf.h" @@ -14,7 +14,7 @@ suite Xml { test declaration { - Bu::FString sXml(" "); + Bu::String sXml(" "); Bu::MemBuf buf( sXml ); Bu::XmlReader xr( buf ); } -- cgit v1.2.3