summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2011-11-06 14:26:59 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2011-11-06 14:26:59 (GMT)
commit31a97f34e1122690cbad2c9bf01f3ede6d3da135 (patch)
treed34435cb6eada42b83aed18a9e83083b43efd8cb /src/node.h
parent9ab95e6d7230dc5deb06a8e6e3f647e8b48b87c6 (diff)
parenta221eeee99ca772605c0ac6473cae2466e4cc07a (diff)
Merge remote branch 'upstream/master'
Diffstat (limited to 'src/node.h')
-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