diff options
Diffstat (limited to '')
-rw-r--r-- | src/tafnode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tafnode.h b/src/tafnode.h index d76fae9..9f80781 100644 --- a/src/tafnode.h +++ b/src/tafnode.h | |||
@@ -61,6 +61,8 @@ namespace Bu | |||
61 | void setName( const Bu::FString &sName ); | 61 | void setName( const Bu::FString &sName ); |
62 | 62 | ||
63 | const Bu::FString &getProperty( const Bu::FString &sName ) const; | 63 | const Bu::FString &getProperty( const Bu::FString &sName ) const; |
64 | const Bu::FString &getProperty( const Bu::FString &sName, | ||
65 | const Bu::FString &sDef ) const; | ||
64 | const PropList &getProperties( const Bu::FString &sName ) const; | 66 | const PropList &getProperties( const Bu::FString &sName ) const; |
65 | const TafGroup *getChild( const Bu::FString &sName ) const; | 67 | const TafGroup *getChild( const Bu::FString &sName ) const; |
66 | const GroupList &getChildren( const Bu::FString &sName ) const; | 68 | const GroupList &getChildren( const Bu::FString &sName ) const; |