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/uuid.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/uuid.h') diff --git a/src/uuid.h b/src/uuid.h index b9a37e9..6ce8e9c 100644 --- a/src/uuid.h +++ b/src/uuid.h @@ -8,7 +8,7 @@ #ifndef BU_UUID_H #define BU_UUID_H -#include "bu/fstring.h" +#include "bu/string.h" namespace Bu { @@ -19,8 +19,8 @@ namespace Bu Uuid( const Uuid &src ); virtual ~Uuid(); - Bu::FString toRawString(); - Bu::FString toString(); + Bu::String toRawString(); + Bu::String toString(); static Uuid gen(); static Uuid genV1(); -- cgit v1.2.3