diff options
Diffstat (limited to 'src/tafnode.h')
-rw-r--r-- | src/tafnode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tafnode.h b/src/tafnode.h index 0fdcba7..cb4093f 100644 --- a/src/tafnode.h +++ b/src/tafnode.h | |||
@@ -52,6 +52,9 @@ namespace Bu | |||
52 | const TafGroup *getChild( const Bu::FString &sName ) const; | 52 | const TafGroup *getChild( const Bu::FString &sName ) const; |
53 | const GroupList &getChildren( const Bu::FString &sName ) const; | 53 | const GroupList &getChildren( const Bu::FString &sName ) const; |
54 | TafNode *addChild( TafNode *pNode ); | 54 | TafNode *addChild( TafNode *pNode ); |
55 | TafGroup *addChild( TafGroup *pNode ); | ||
56 | TafProperty *addChild( TafProperty *pNode ); | ||
57 | TafComment *addChild( TafComment *pNode ); | ||
55 | const NodeList &getChildren() const; | 58 | const NodeList &getChildren() const; |
56 | 59 | ||
57 | private: | 60 | private: |