From 93e365b476c18bc9c1e9f7cfb67f0e025254c387 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sun, 6 Nov 2011 03:24:57 +0100 Subject: removed old fixme 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 &getChildren() const { return this->children; } -- cgit v0.10.1