summaryrefslogtreecommitdiff
path: root/src/astbranch.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-12-27 00:32:12 -0700
committerMike Buland <eichlan@xagasoft.com>2011-12-27 00:32:12 -0700
commit40e08192a08f55b5090d5ef28f48c74613e2e5a0 (patch)
tree352817365ce93d8d022cc1e04f5a411ce0df2b01 /src/astbranch.h
parentf33fdd93ef93fdbb0e6b3a8e2ecb80b78f1b2816 (diff)
downloadstage-40e08192a08f55b5090d5ef28f48c74613e2e5a0.tar.gz
stage-40e08192a08f55b5090d5ef28f48c74613e2e5a0.tar.bz2
stage-40e08192a08f55b5090d5ef28f48c74613e2e5a0.tar.xz
stage-40e08192a08f55b5090d5ef28f48c74613e2e5a0.zip
Wow, a whole lot of code builds now.
Diffstat (limited to 'src/astbranch.h')
-rw-r--r--src/astbranch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/astbranch.h b/src/astbranch.h
index 26aac80..8e63af5 100644
--- a/src/astbranch.h
+++ b/src/astbranch.h
@@ -13,6 +13,7 @@ public:
13 virtual ~AstBranch(); 13 virtual ~AstBranch();
14 14
15 AstNode *addNode( AstNode *pNode ); 15 AstNode *addNode( AstNode *pNode );
16 AstBranch *getParent() const { return pParent; }
16 17
17 typedef Bu::List<AstNode *> NodeList; 18 typedef Bu::List<AstNode *> NodeList;
18 19