diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-06 14:26:59 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-06 14:26:59 (GMT) |
commit | 31a97f34e1122690cbad2c9bf01f3ede6d3da135 (patch) | |
tree | d34435cb6eada42b83aed18a9e83083b43efd8cb /src/node.h | |
parent | 9ab95e6d7230dc5deb06a8e6e3f647e8b48b87c6 (diff) | |
parent | a221eeee99ca772605c0ac6473cae2466e4cc07a (diff) |
Merge remote branch 'upstream/master'
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; } |