diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-13 12:24:24 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-13 12:24:24 (GMT) |
commit | 7f944e1e25faa8d8c077ba78e4fd489b69270fb5 (patch) | |
tree | d9330c7943a585865855e3f3fe3dfdfc400480cd /context.cc | |
parent | 367d7b3244c0091f9ca8b5b39a62c5d49886577c (diff) |
Clifford Wolf:
Added child() statement
git-svn-id: http://svn.clifford.at/openscad/trunk@275 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'context.cc')
-rw-r--r-- | context.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ Context::Context(const Context *parent) this->parent = parent; functions_p = NULL; modules_p = NULL; + inst_p = NULL; ctx_stack.append(this); } |