summaryrefslogtreecommitdiff
path: root/src/CSGTermEvaluator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CSGTermEvaluator.h')
-rw-r--r--src/CSGTermEvaluator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CSGTermEvaluator.h b/src/CSGTermEvaluator.h
index beb1201..ff62cc1 100644
--- a/src/CSGTermEvaluator.h
+++ b/src/CSGTermEvaluator.h
@@ -34,7 +34,7 @@ public:
vector<CSGTerm*> &background);
private:
- enum CsgOp {UNION, INTERSECTION, DIFFERENCE, MINKOWSKI};
+ enum CsgOp {CSGT_UNION, CSGT_INTERSECTION, CSGT_DIFFERENCE, CSGT_MINKOWSKI};
void addToParent(const State &state, const AbstractNode &node);
void applyToChildren(const AbstractNode &node, CSGTermEvaluator::CsgOp op);
contact: Jan Huwald // Impressum