diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-06-27 22:12:33 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-27 22:12:33 +0000 |
commit | 850f977e83182745549e907f8d86c4272e5f443b (patch) | |
tree | 5bb4f4a1487c72236ee78231d197d0338940cce1 /src/tafnode.h | |
parent | d79253e87306607a0985abaeba0b87242f3532b7 (diff) | |
download | libbu++-850f977e83182745549e907f8d86c4272e5f443b.tar.gz libbu++-850f977e83182745549e907f8d86c4272e5f443b.tar.bz2 libbu++-850f977e83182745549e907f8d86c4272e5f443b.tar.xz libbu++-850f977e83182745549e907f8d86c4272e5f443b.zip |
Tweaked a tafnode function.
Diffstat (limited to 'src/tafnode.h')
-rw-r--r-- | src/tafnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tafnode.h b/src/tafnode.h index 55a5123..0fdcba7 100644 --- a/src/tafnode.h +++ b/src/tafnode.h | |||
@@ -51,7 +51,7 @@ namespace Bu | |||
51 | const PropList &getProperties( const Bu::FString &sName ) const; | 51 | const PropList &getProperties( const Bu::FString &sName ) const; |
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 | void addChild( TafNode *pNode ); | 54 | TafNode *addChild( TafNode *pNode ); |
55 | const NodeList &getChildren() const; | 55 | const NodeList &getChildren() const; |
56 | 56 | ||
57 | private: | 57 | private: |