summaryrefslogtreecommitdiff
path: root/src/csgops.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-08-04 02:58:17 (GMT)
committerMarius Kintel <marius@kintel.net>2011-08-04 02:58:17 (GMT)
commitcf4821c589dc5a43895c7ea781f6a916c8b5821c (patch)
tree5d3cf7a69f39187d2cc9b639cacfb68a812ae467 /src/csgops.cc
parente3e31c0f4f1049cb983906cc8fea83ef78611231 (diff)
De-Qt-ified AbstractNode
Diffstat (limited to 'src/csgops.cc')
-rw-r--r--src/csgops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csgops.cc b/src/csgops.cc
index 53e9ed6..334db16 100644
--- a/src/csgops.cc
+++ b/src/csgops.cc
@@ -47,7 +47,7 @@ AbstractNode *CsgModule::evaluate(const Context*, const ModuleInstantiation *ins
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