diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-06 02:24:57 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-06 02:24:57 (GMT) |
commit | 93e365b476c18bc9c1e9f7cfb67f0e025254c387 (patch) | |
tree | 4c652b12ea7c7b5cf6cdaeaddcb743a9f87d6a71 /src/node.h | |
parent | e26d87237341ba2c557d651aee02e616abd99781 (diff) |
removed old fixme
Diffstat (limited to 'src/node.h')
-rw-r--r-- | src/node.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |