X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FVTKViewer%2FVTKViewer_GeometryFilter.h;h=e2420fef3748b9beac9a25c3b1664ddee1bd7e88;hb=refs%2Fheads%2Fngr%2Fpython3_dev_pv5.4;hp=ef69d297a42c8e6f986f0d236812666d5d93ec0b;hpb=91cc8846bfa36302f7ade6cb8aa380f03e90423e;p=modules%2Fgui.git diff --git a/src/VTKViewer/VTKViewer_GeometryFilter.h b/src/VTKViewer/VTKViewer_GeometryFilter.h index ef69d297a..e2420fef3 100755 --- a/src/VTKViewer/VTKViewer_GeometryFilter.h +++ b/src/VTKViewer/VTKViewer_GeometryFilter.h @@ -107,7 +107,8 @@ public: virtual double GetQuadraticArcAngle() const; typedef std::vector TVectorId; - typedef std::map TMapOfVectorId; + //typedef std::map TMapOfVectorId; + typedef std::vector TMapOfVectorId; static void InsertId( const vtkIdType theCellId, const vtkIdType theCellType,