aboutsummaryrefslogtreecommitdiff
path: root/c++-libbu++/src/dictionary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++-libbu++/src/dictionary.cpp')
-rw-r--r--c++-libbu++/src/dictionary.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/c++-libbu++/src/dictionary.cpp b/c++-libbu++/src/dictionary.cpp
index 876bab2..5ed3834 100644
--- a/c++-libbu++/src/dictionary.cpp
+++ b/c++-libbu++/src/dictionary.cpp
@@ -33,6 +33,11 @@ Gats::Dictionary::~Dictionary()
33 } 33 }
34} 34}
35 35
36Gats::Type Gats::Dictionary::getType( const Bu::String &sKey ) const
37{
38 return get( sKey )->getType();
39}
40
36Gats::Object *Gats::Dictionary::clone() const 41Gats::Object *Gats::Dictionary::clone() const
37{ 42{
38 Gats::Dictionary *pClone = new Gats::Dictionary; 43 Gats::Dictionary *pClone = new Gats::Dictionary;