aboutsummaryrefslogtreecommitdiff
path: root/src/tafnode.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2009-09-09 22:16:42 +0000
committerMike Buland <eichlan@xagasoft.com>2009-09-09 22:16:42 +0000
commit4f6ca21e84eefcca3ad9f88938ecf29c39e24996 (patch)
tree95537092bf44077a75538de6c56bc9806264b086 /src/tafnode.cpp
parentc3bff3fb32dbf457ee5e9817153811d3f63b8fbe (diff)
downloadlibbu++-4f6ca21e84eefcca3ad9f88938ecf29c39e24996.tar.gz
libbu++-4f6ca21e84eefcca3ad9f88938ecf29c39e24996.tar.bz2
libbu++-4f6ca21e84eefcca3ad9f88938ecf29c39e24996.tar.xz
libbu++-4f6ca21e84eefcca3ad9f88938ecf29c39e24996.zip
Wow, that was stupid, default values weren't working since I switched to
Bu::TafException instead of Bu::HashException. THis is fixed.
Diffstat (limited to 'src/tafnode.cpp')
-rw-r--r--src/tafnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tafnode.cpp b/src/tafnode.cpp
index 09fc21b..8ea2e95 100644
--- a/src/tafnode.cpp
+++ b/src/tafnode.cpp
@@ -168,7 +168,7 @@ const Bu::FString &Bu::TafGroup::getProperty( const Bu::FString &sName,
168{ 168{
169 try 169 try
170 { 170 {
171 return getProperty( sName ); 171 return hProp.get( sName ).first();
172 } 172 }
173 catch( Bu::HashException &e ) 173 catch( Bu::HashException &e )
174 { 174 {