diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-29 13:06:40 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-29 13:06:40 -0700 |
commit | 1bc10d1408eb29b0675a030e029155dd046b1dd8 (patch) | |
tree | 6d649015bdfa69df9de1cb964906fd396b9db82b /src/astbranch.h | |
parent | 79dce6268850fb1b0d76c15d5399d66bcd286e5f (diff) | |
download | stage-1bc10d1408eb29b0675a030e029155dd046b1dd8.tar.gz stage-1bc10d1408eb29b0675a030e029155dd046b1dd8.tar.bz2 stage-1bc10d1408eb29b0675a030e029155dd046b1dd8.tar.xz stage-1bc10d1408eb29b0675a030e029155dd046b1dd8.zip |
Functions can be called now, at least manually.
A little more work needs to be done before they're being called from
code correctly.
Diffstat (limited to 'src/astbranch.h')
-rw-r--r-- | src/astbranch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/astbranch.h b/src/astbranch.h index 8e63af5..0c558aa 100644 --- a/src/astbranch.h +++ b/src/astbranch.h | |||
@@ -16,6 +16,7 @@ public: | |||
16 | AstBranch *getParent() const { return pParent; } | 16 | AstBranch *getParent() const { return pParent; } |
17 | 17 | ||
18 | typedef Bu::List<AstNode *> NodeList; | 18 | typedef Bu::List<AstNode *> NodeList; |
19 | const NodeList &getNodeList() const { return lNodes; } | ||
19 | 20 | ||
20 | private: | 21 | private: |
21 | AstBranch *pParent; | 22 | AstBranch *pParent; |