Salome HOME
Migration to OCCT 7.0
[modules/geom.git] / src / OBJECT / GEOM_AISTrihedron.hxx
index 812d1bdb20de1beaa45c7c0729f109146b18c692..ad9a5e5f7bbedbc4038da18935c76f6732aab35c 100755 (executable)
@@ -34,7 +34,7 @@
 #include <Standard_DefineHandle.hxx>
 #include <TCollection_AsciiString.hxx>
 
-class Handle(Geom_Axis2Placement);
+class Geom_Axis2Placement;
 
 DEFINE_STANDARD_HANDLE(GEOM_AISTrihedron, AIS_Trihedron)
 
@@ -61,21 +61,7 @@ private:
   Handle(SALOME_InteractiveObject)                 myObject;
 
 public:
-  DEFINE_STANDARD_RTTI(GEOM_AISTrihedron)
+  OCCT_DEFINE_STANDARD_RTTIEXT(GEOM_AISTrihedron,AIS_Trihedron)
 };
 
 #endif
-
-
-
-
-
-
-
-
-
-
-
-
-
-