summaryrefslogtreecommitdiff
path: root/src/csgterm.h
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-08-19 18:08:32 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-08-19 18:08:32 (GMT)
commitc6eeb1a1c5da072e1c0a77d30892e4ee95ed9bde (patch)
treee5513fae2b6fbef7e974771eeb6deeba6e34f2a6 /src/csgterm.h
parentee26d60a8b274afcdad7538bd8b2e9fb8d53f8bd (diff)
parentc1d5e82b4365bf9d0563e1c5927a99d3def91832 (diff)
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'src/csgterm.h')
-rw-r--r--src/csgterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csgterm.h b/src/csgterm.h
index 4278d85..566ebc3 100644
--- a/src/csgterm.h
+++ b/src/csgterm.h
@@ -59,7 +59,7 @@ public:
void add(const shared_ptr<PolySet> &polyset, const Transform3d &m, const Color4f &color, CSGTerm::type_e type, std::string label);
void import(shared_ptr<CSGTerm> term, CSGTerm::type_e type = CSGTerm::TYPE_UNION);
- std::string dump();
+ std::string dump(bool full = false);
BoundingBox getBoundingBox() const;
};
contact: Jan Huwald // Impressum