Salome HOME
refs #1832
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_AISShape.cxx
index 162e44cd68a2ced78d62c6dcd6473566789899e8..e714a2e68b31d88c3c0e5070151ce69f66842bd3 100644 (file)
@@ -20,9 +20,8 @@
 #include <AIS_DisplayMode.hxx>
 #include <Prs3d_IsoAspect.hxx>
 #include <Prs3d_LineAspect.hxx>
-#include <StdPrs_WFDeflectionShape.hxx>
+#include <StdPrs_WFShape.hxx>
 
-IMPLEMENT_STANDARD_HANDLE(HYDROGUI_AISShape, AIS_Shape)
 IMPLEMENT_STANDARD_RTTIEXT(HYDROGUI_AISShape, AIS_Shape)
 
 HYDROGUI_AISShape::HYDROGUI_AISShape( const TopoDS_Shape& theShape )
@@ -70,5 +69,5 @@ void HYDROGUI_AISShape::Compute( const Handle(PrsMgr_PresentationManager3d)& the
   }
 
   if( theMode==AIS_Shaded )
-    StdPrs_WFDeflectionShape::Add( thePresentation, Shape(), myDrawer );
+    StdPrs_WFShape::Add( thePresentation, Shape(), myDrawer );
 }