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 99a5316..c5ebdae 100644 --- a/src/rendernode.h +++ b/src/rendernode.h @@ -12,6 +12,7 @@ public: return visitor.visit(state, *this); } virtual std::string toString() const; + virtual std::string name() const { return "render"; } int convexity; }; |