Salome HOME
An attempt of porting to current OCCT.
[modules/shaper.git] / src / GeomAlgoImpl / GEOMAlgo_Splitter.cxx
index f03f0594cefc786256d6081bd62331b6f8be875e..364834d40408dee94994d04ad16b54d7ba64d637 100755 (executable)
@@ -143,7 +143,9 @@ void GEOMAlgo_Splitter::Clear()
 //=======================================================================
 void GEOMAlgo_Splitter::BuildResult(const TopAbs_ShapeEnum theType)
 {
+#ifndef USE_OCCT_720
   myErrorStatus=0;
+#endif
   //
   TopAbs_ShapeEnum aType;
   BRep_Builder aBB;