summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.h b/src/node.h
index 8b6e83c..c333d80 100644
--- a/src/node.h
+++ b/src/node.h
@@ -80,7 +80,7 @@ public:
/*! Should return a PolySet of the given geometry. It's normal to return an
empty PolySet if smth. is wrong, but don't return NULL unless we change the calling
strategy for this method. */
- virtual class PolySet *render_polyset(render_mode_e mode) const = 0;
+ virtual class PolySet *render_polyset(render_mode_e mode, class PolySetRenderer *renderer) const = 0;
};
std::ostream &operator<<(std::ostream &stream, const AbstractNode &node);
contact: Jan Huwald // Impressum