summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-11-06 02:24:57 (GMT)
committerMarius Kintel <marius@kintel.net>2011-11-06 02:24:57 (GMT)
commit93e365b476c18bc9c1e9f7cfb67f0e025254c387 (patch)
tree4c652b12ea7c7b5cf6cdaeaddcb743a9f87d6a71
parente26d87237341ba2c557d651aee02e616abd99781 (diff)
removed old fixme
-rw-r--r--src/node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node.h b/src/node.h
index de5e6aa..9b075fc 100644
--- a/src/node.h
+++ b/src/node.h
@@ -38,7 +38,6 @@ public:
/*! Should return a PolySet of the given geometry. Returns NULL if smth. goes wrong */
virtual class PolySet *evaluate_polyset(class PolySetEvaluator *) const { return NULL; }
- // FIXME: Make return value a reference
const std::vector<AbstractNode*> &getChildren() const {
return this->children;
}
contact: Jan Huwald // Impressum