summaryrefslogtreecommitdiff
path: root/context.cc
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-13 12:24:24 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-13 12:24:24 (GMT)
commit7f944e1e25faa8d8c077ba78e4fd489b69270fb5 (patch)
treed9330c7943a585865855e3f3fe3dfdfc400480cd /context.cc
parent367d7b3244c0091f9ca8b5b39a62c5d49886577c (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.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/context.cc b/context.cc
index 59c263a..15a2ea6 100644
--- a/context.cc
+++ b/context.cc
@@ -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);
}
contact: Jan Huwald // Impressum