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/sha1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sha1.h') diff --git a/src/sha1.h b/src/sha1.h index ea8c256..dbd1aa1 100644 --- a/src/sha1.h +++ b/src/sha1.h @@ -26,10 +26,10 @@ namespace Bu ~Sha1(); virtual void reset(); - virtual void setSalt( const Bu::FString &sSalt ); + virtual void setSalt( const Bu::String &sSalt ); virtual void addData( const void *sData, int iSize ); using CryptoHash::addData; - virtual FString getResult(); + virtual String getResult(); virtual void writeResult( Stream &sOut ); void update( const char* data, int num ); -- cgit v1.2.3