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/cachestoremyriad.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cachestoremyriad.h') diff --git a/src/cachestoremyriad.h b/src/cachestoremyriad.h index 21c84e6..1928840 100644 --- a/src/cachestoremyriad.h +++ b/src/cachestoremyriad.h @@ -8,7 +8,7 @@ #ifndef BU_CACHE_STORE_MYRIAD_H #define BU_CACHE_STORE_MYRIAD_H -#include "bu/fstring.h" +#include "bu/string.h" #include "bu/stream.h" #include "bu/myriad.h" #include "bu/cachestore.h" -- cgit v1.2.3