summaryrefslogtreecommitdiff
path: root/src/csgtermnormalizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/csgtermnormalizer.h')
-rw-r--r--src/csgtermnormalizer.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/csgtermnormalizer.h b/src/csgtermnormalizer.h
index 2aab3a4..e5a2eca 100644
--- a/src/csgtermnormalizer.h
+++ b/src/csgtermnormalizer.h
@@ -6,7 +6,7 @@
class CSGTermNormalizer
{
public:
- CSGTermNormalizer() : counter(0) {}
+ CSGTermNormalizer() {}
~CSGTermNormalizer() {}
shared_ptr<class CSGTerm> normalize(const shared_ptr<CSGTerm> &term, size_t limit);
@@ -14,9 +14,7 @@ public:
private:
shared_ptr<CSGTerm> normalizePass(shared_ptr<CSGTerm> term) ;
bool normalize_tail(shared_ptr<CSGTerm> &term);
- int count(const shared_ptr<CSGTerm> &term) const;
-
- int counter;
+ unsigned int count(const shared_ptr<CSGTerm> &term) const;
};
#endif
contact: Jan Huwald // Impressum