]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/OBJECT/GEOM_Annotation.hxx
Salome HOME
Porting to DEV version of OpenCASCADE.
[modules/geom.git] / src / OBJECT / GEOM_Annotation.hxx
index ac8bf3a2fd727a4a10b80b2faa65c77113f45dee..e672dd446eedabf147d776b2743aeb0f8c3f6d3f 100755 (executable)
@@ -27,6 +27,8 @@
 #ifndef GEOM_Annotation_HeaderFile
 #define GEOM_Annotation_HeaderFile
 
+#include <Basics_OCCTVersion.hxx>
+
 #include <AIS_InteractiveObject.hxx>
 #include <Bnd_Box.hxx>
 #include <Font_FontAspect.hxx>
@@ -361,7 +363,11 @@ public:
     //! \param theMode [in] the display mode.
     virtual void
       HilightWithColor( const Handle(PrsMgr_PresentationManager3d)& thePM,
-                        const Handle(Graphic3d_HighlightStyle)& theStyle,
+#if OCC_VERSION_LARGE > 0x07010000                     
+                       const Handle(Prs3d_Drawer)& theStyle,
+#else                  
+                       const Handle(Graphic3d_HighlightStyle)& theStyle,
+#endif                 
                         const Standard_Integer theMode = 0 ) Standard_OVERRIDE;
 
     //! Removes highlighting from the type of shape.