diff options
Diffstat (limited to 'src/dictionary.h')
-rw-r--r-- | src/dictionary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dictionary.h b/src/dictionary.h index 620b7c3..fa11f1d 100644 --- a/src/dictionary.h +++ b/src/dictionary.h | |||
@@ -33,7 +33,7 @@ namespace Gats | |||
33 | void insert( const Bu::FString &sKey, signed long i ); | 33 | void insert( const Bu::FString &sKey, signed long i ); |
34 | void insert( const Bu::FString &sKey, unsigned long long i ); | 34 | void insert( const Bu::FString &sKey, unsigned long long i ); |
35 | void insert( const Bu::FString &sKey, signed long long i ); | 35 | void insert( const Bu::FString &sKey, signed long long i ); |
36 | void insert( const Bu::FString &sKey, bool b ); | 36 | //void insert( const Bu::FString &sKey, bool b ); |
37 | void insert( const Bu::FString &sKey, double d ); | 37 | void insert( const Bu::FString &sKey, double d ); |
38 | using Bu::Hash<Gats::String, Gats::Object *>::insert; | 38 | using Bu::Hash<Gats::String, Gats::Object *>::insert; |
39 | 39 | ||