]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketcherPrs/SketcherPrs_Coincident.cpp
Salome HOME
An attempt of porting to current OCCT.
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Coincident.cpp
index 69ece0e8709d00810999da8df422b108f0a4d21d..8d7ea1581f67f9e353e856bedbe4a529db9f3f26 100644 (file)
@@ -139,7 +139,9 @@ void SketcherPrs_Coincident::SetColor(const Quantity_NameOfColor aCol)
 void SketcherPrs_Coincident::SetColor(const Quantity_Color &aCol)
 {
   hasOwnColor=Standard_True;
+#ifndef USE_OCCT_720
   myOwnColor=aCol;
+#endif
 }
 
 void SketcherPrs_Coincident::SetCustomColor(const std::vector<int>& theColor)