diff options
Diffstat (limited to 'src/rendernode.h')
-rw-r--r-- | src/rendernode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rendernode.h b/src/rendernode.h index 9138c29..9e49baf 100644 --- a/src/rendernode.h +++ b/src/rendernode.h @@ -14,6 +14,7 @@ public: } virtual std::string toString() const; virtual std::string name() const { return "render"; } + PolySet *evaluate_polyset(class PolySetEvaluator *ps) const; int convexity; }; |