0021762: Integration of new Boolean Operation algorithm to OCCT.
[occt.git] / src / QANewModTopOpe / QANewModTopOpe_Glue.cxx
index bf0ea2d..5d30478 100755 (executable)
@@ -97,7 +97,7 @@ QANewModTopOpe_Glue::QANewModTopOpe_Glue(const TopoDS_Shape& theS1,
                               const TopoDS_Shape& theS2,
                               const Standard_Boolean theAllowCutting,
                               const Standard_Boolean thePerformNow)
-: BRepAlgoAPI_BooleanOperation (theS1,theS2, BOP_FUSE),
+: BRepAlgoAPI_BooleanOperation (theS1,theS2, BOPAlgo_FUSE),
   myAllowCutting (theAllowCutting),
   myCompleted (Standard_False)
 {