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/listsort.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tests/listsort.cpp') diff --git a/src/tests/listsort.cpp b/src/tests/listsort.cpp index 60d9611..00e7268 100644 --- a/src/tests/listsort.cpp +++ b/src/tests/listsort.cpp @@ -7,7 +7,7 @@ #include #include -#include +#include using namespace Bu; @@ -25,7 +25,7 @@ int main() il.sortI( cmp ); */ - FString a("Soggy"), b("Sam"); + String a("Soggy"), b("Sam"); if( a < b ) { @@ -36,7 +36,7 @@ int main() sio << "Good" << sio.nl; } - typedef List StrList; + typedef List StrList; StrList lNames; -- cgit v1.2.3