From: ouv Date: Wed, 30 Jan 2013 12:29:16 +0000 (+0000) Subject: Porting to VTK 6. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c5e20f106e1cbd905c7fb6b671eade085a74cd6e;p=modules%2Fgeom.git Porting to VTK 6. First compilable version of GEOM and SMESH modules. --- diff --git a/src/OCC2VTK/GEOM_VertexSource.h b/src/OCC2VTK/GEOM_VertexSource.h index 47bf37152..6a1ef4b07 100755 --- a/src/OCC2VTK/GEOM_VertexSource.h +++ b/src/OCC2VTK/GEOM_VertexSource.h @@ -49,7 +49,6 @@ public: protected: TVertexSet myVertexSet; - virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *); virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); GEOM_VertexSource();