diff options
Diffstat (limited to 'src/projection.cc')
-rw-r--r-- | src/projection.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/projection.cc b/src/projection.cc index 985ed20..2176b4d 100644 --- a/src/projection.cc +++ b/src/projection.cc @@ -274,6 +274,7 @@ PolySet *ProjectionNode::render_polyset(render_mode_e) const #endif // ENABLE_CGAL +#ifndef REMOVE_DUMP QString ProjectionNode::dump(QString indent) const { if (dump_cache.isEmpty()) { @@ -287,6 +288,7 @@ QString ProjectionNode::dump(QString indent) const } return dump_cache; } +#endif std::string ProjectionNode::toString() const { |