Salome HOME
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/geom
[modules/geom.git] / src / OBJECT / GEOM_TopWireframeShape.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 2a2101f..65b424b
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
 */
 
 //Local includes
-#include "GEOM_TopWireframeShape.ixx"
+#include "GEOM_TopWireframeShape.hxx"
 #include "GEOM_AISShape.hxx"
 
 //GUI includes
 #include <SALOME_InteractiveObject.hxx>
 
 //Open CASCADE includes
-#include <AIS_Drawer.hxx>
 #include <TopoDS_Shape.hxx>
 #include <Prs3d_IsoAspect.hxx>
 
+IMPLEMENT_STANDARD_RTTIEXT(GEOM_TopWireframeShape, SALOME_AISShape)
+
 GEOM_TopWireframeShape::GEOM_TopWireframeShape( const TopoDS_Shape& shape )
   :SALOME_AISShape(shape)
 {