From 76e1ecfabd1f831bc1810aeae65c0faf61d80cee Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 1 Nov 2010 17:19:44 +0000 Subject: Maybe more minor fixes? --- src/dictionary.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dictionary.h') diff --git a/src/dictionary.h b/src/dictionary.h index fa11f1d..1197a19 100644 --- a/src/dictionary.h +++ b/src/dictionary.h @@ -34,6 +34,7 @@ namespace Gats void insert( const Bu::FString &sKey, unsigned long long i ); void insert( const Bu::FString &sKey, signed long long i ); //void insert( const Bu::FString &sKey, bool b ); + void insert( const Bu::FString &sKey, float d ); void insert( const Bu::FString &sKey, double d ); using Bu::Hash::insert; -- cgit v1.2.3