Salome HOME
Fix compilation problem with the DEV OCCT
authorrnv <rnv@opencascade.com>
Fri, 28 Mar 2014 10:25:42 +0000 (14:25 +0400)
committerrnv <rnv@opencascade.com>
Fri, 28 Mar 2014 10:25:42 +0000 (14:25 +0400)
src/OBJECT/GEOM_AISShape.hxx

index 5631b51c08ca11f1d0d4be2a3567e995fdec622e..b2881d2c6d353c3d6b9728e927400328e2a6f28c 100644 (file)
@@ -50,8 +50,8 @@
 #ifndef _Standard_Boolean_HeaderFile
 #include <Standard_Boolean.hxx>
 #endif
-#ifndef _Handle_PrsMgr_PresentationManager3d_HeaderFile
-#include <Handle_PrsMgr_PresentationManager3d.hxx>
+#ifndef _PrsMgr_PresentationManager_HeaderFile
+#include <PrsMgr_PresentationManager.hxx>
 #endif
 #ifndef _Handle_Prs3d_Presentation_HeaderFile
 #include <Handle_Prs3d_Presentation.hxx>
@@ -65,7 +65,6 @@
 #include <QList>
 #include <QVariant>
 
-class PrsMgr_PresentationManager3d;
 class Prs3d_Presentation;
 class SALOME_InteractiveObject;
 class TopoDS_Shape;