diff options
Diffstat (limited to '')
-rw-r--r-- | src/dictionary.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dictionary.cpp b/src/dictionary.cpp index 9b84518..ec65a3b 100644 --- a/src/dictionary.cpp +++ b/src/dictionary.cpp | |||
@@ -132,13 +132,13 @@ void Gats::Dictionary::insert( const Bu::FString &sKey, signed long long i ) | |||
132 | sKey, new Gats::Integer( i ) | 132 | sKey, new Gats::Integer( i ) |
133 | ); | 133 | ); |
134 | } | 134 | } |
135 | 135 | /* | |
136 | void Gats::Dictionary::insert( const Bu::FString &sKey, bool b ) | 136 | void Gats::Dictionary::insert( const Bu::FString &sKey, bool b ) |
137 | { | 137 | { |
138 | Bu::Hash<Gats::String, Gats::Object *>::insert( | 138 | Bu::Hash<Gats::String, Gats::Object *>::insert( |
139 | sKey, new Gats::Boolean( b ) | 139 | sKey, new Gats::Boolean( b ) |
140 | ); | 140 | ); |
141 | } | 141 | }*/ |
142 | 142 | ||
143 | void Gats::Dictionary::insert( const Bu::FString &sKey, double d ) | 143 | void Gats::Dictionary::insert( const Bu::FString &sKey, double d ) |
144 | { | 144 | { |