aboutsummaryrefslogtreecommitdiff
path: root/src/dictionary.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-11-01 17:19:44 +0000
committerMike Buland <eichlan@xagasoft.com>2010-11-01 17:19:44 +0000
commit76e1ecfabd1f831bc1810aeae65c0faf61d80cee (patch)
tree50e5f7c8acd7ed30ee19e54c592c12a2a4f69b07 /src/dictionary.h
parent8093111697385c1f9e8f72e2a7f8e12c924670e2 (diff)
downloadlibgats-76e1ecfabd1f831bc1810aeae65c0faf61d80cee.tar.gz
libgats-76e1ecfabd1f831bc1810aeae65c0faf61d80cee.tar.bz2
libgats-76e1ecfabd1f831bc1810aeae65c0faf61d80cee.tar.xz
libgats-76e1ecfabd1f831bc1810aeae65c0faf61d80cee.zip
Maybe more minor fixes?
Diffstat (limited to 'src/dictionary.h')
-rw-r--r--src/dictionary.h1
1 files changed, 1 insertions, 0 deletions
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
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, float d );
37 void insert( const Bu::FString &sKey, double d ); 38 void insert( const Bu::FString &sKey, double d );
38 using Bu::Hash<Gats::String, Gats::Object *>::insert; 39 using Bu::Hash<Gats::String, Gats::Object *>::insert;
39 40