]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/OBJECT/GEOM_Annotation.hxx
Salome HOME
Porting to OCCT 7.4.1 dev
[modules/geom.git] / src / OBJECT / GEOM_Annotation.hxx
index 750a81fcc12d5a91f27ed5a6b8b30ec91057c98f..902fca98f2b5c7bb914e0be7372919a1fa696b48 100644 (file)
@@ -274,7 +274,11 @@ private:
   virtual void ComputeSelection( const Handle(SelectMgr_Selection)& theSelection,
                                  const Standard_Integer theMode ) Standard_OVERRIDE;
 
+#if OCC_VERSION_LARGE > 0x07040000
+  virtual void setLocalTransformation( const Handle(TopLoc_Datum3D)& /*theTransformation*/ ) Standard_OVERRIDE {}
+#else
   virtual void setLocalTransformation( const Handle(Geom_Transformation)& /*theTransformation*/ ) Standard_OVERRIDE {}
+#endif
 
   virtual void SetTransformPersistence( const Handle(Graphic3d_TransformPers)& /*theTrsfPers*/ ) Standard_OVERRIDE {}