diff options
Diffstat (limited to 'src/node.h')
-rw-r--r-- | src/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ public: Used for human-readable output. */ virtual std::string name() const; /*! Should return a PolySet of the given geometry. Returns NULL if smth. goes wrong */ - virtual class PolySet *evaluate_polyset(class PolySetEvaluator *evaluator) const { return NULL; } + virtual class PolySet *evaluate_polyset(class PolySetEvaluator *) const { return NULL; } // FIXME: Make return value a reference const std::vector<AbstractNode*> &getChildren() const { |