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/tests/fstratsptr.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tests/fstratsptr.cpp') diff --git a/src/tests/fstratsptr.cpp b/src/tests/fstratsptr.cpp index 2303d6a..fa38459 100644 --- a/src/tests/fstratsptr.cpp +++ b/src/tests/fstratsptr.cpp @@ -5,7 +5,7 @@ * terms of the license contained in the file LICENSE. */ -#include "bu/fstring.h" +#include "bu/string.h" #include "bu/atom.h" #include "bu/sptr.h" @@ -15,8 +15,8 @@ public: Person(){}; virtual ~Person(){}; - Bu::Atom sFirstName; - Bu::Atom sLastName; + Bu::Atom sFirstName; + Bu::Atom sLastName; }; typedef Bu::SPtr PersonPtr; @@ -45,7 +45,7 @@ int main() Swap(one, two); */ - Bu::Atom sOne, sTwo; + Bu::Atom sOne, sTwo; sOne = "Hello"; sTwo = sOne; -- cgit v1.2.3