summaryrefslogtreecommitdiff
path: root/src/csgtermnormalizer.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2012-01-18 22:49:27 (GMT)
committerMarius Kintel <marius@kintel.net>2012-01-18 22:49:27 (GMT)
commite93a23fdb8f478c2ebbda68df3d5c6d1441fc5bd (patch)
treef3ded751b285adc60eb0bb13b2f4df142c47f197 /src/csgtermnormalizer.h
parent1cfc8c68a2681211f2d5b29e580f36854769d7f9 (diff)
Make CSG normalization limit follow the configured CSG limit
Diffstat (limited to 'src/csgtermnormalizer.h')
-rw-r--r--src/csgtermnormalizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csgtermnormalizer.h b/src/csgtermnormalizer.h
index df37441..2aab3a4 100644
--- a/src/csgtermnormalizer.h
+++ b/src/csgtermnormalizer.h
@@ -9,7 +9,7 @@ public:
CSGTermNormalizer() : counter(0) {}
~CSGTermNormalizer() {}
- shared_ptr<class CSGTerm> normalize(const shared_ptr<CSGTerm> &term);
+ shared_ptr<class CSGTerm> normalize(const shared_ptr<CSGTerm> &term, size_t limit);
private:
shared_ptr<CSGTerm> normalizePass(shared_ptr<CSGTerm> term) ;
contact: Jan Huwald // Impressum