summaryrefslogtreecommitdiff
path: root/src/render.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/render.cc')
-rw-r--r--src/render.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.cc b/src/render.cc
index cac03c3..a463c67 100644
--- a/src/render.cc
+++ b/src/render.cc
@@ -64,7 +64,7 @@ AbstractNode *RenderModule::evaluate(const Context *ctx, const ModuleInstantiati
foreach (ModuleInstantiation *v, inst->children) {
AbstractNode *n = v->evaluate(inst->ctx);
if (n != NULL)
- node->children.append(n);
+ node->children.push_back(n);
}
return node;
contact: Jan Huwald // Impressum