diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-05-27 01:24:53 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-05-27 01:24:53 (GMT) |
commit | 08952ee2164efd8257adbd8684317ec1c945b7ac (patch) | |
tree | 5b50d417d950ad27e90f2765977e42caac1a881d /src/CSGTermEvaluator.cc | |
parent | 31c88a434b3201d88819b485f74da843c2728cb2 (diff) |
windows - library path find, also windows build fixes
Diffstat (limited to 'src/CSGTermEvaluator.cc')
-rw-r--r-- | src/CSGTermEvaluator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CSGTermEvaluator.cc b/src/CSGTermEvaluator.cc index 4624d4c..6b39c66 100644 --- a/src/CSGTermEvaluator.cc +++ b/src/CSGTermEvaluator.cc @@ -124,7 +124,7 @@ Response CSGTermEvaluator::visit(State &state, const AbstractPolyNode &node) Response CSGTermEvaluator::visit(State &state, const CsgNode &node) { if (state.isPostfix()) { - CsgOp op; + CsgOp op = CSGT_UNION; switch (node.type) { case CSG_TYPE_UNION: op = CSGT_UNION; |