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/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hash.h') diff --git a/src/hash.h b/src/hash.h index 354569e..04c3e76 100644 --- a/src/hash.h +++ b/src/hash.h @@ -411,7 +411,7 @@ namespace Bu * In order to use it, I recommend the following for all basic usage: *@code // Define a Hash typedef with strings as keys and ints as values. - typedef Bu::Hash StrIntHash; + typedef Bu::Hash StrIntHash; // Create one StrIntHash hInts; -- cgit v1.2.3