X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FOBJECT%2FGEOM_PainterPolyDataMapper.h;h=80b6cf82941948b460a3e9adc1b327e14fa5eba7;hb=c00b6875b6dfd412c9b5e1807e6aa37fbb1218ba;hp=76fa05c8e68766e8ca2e596460f42ed5b6742d11;hpb=6fc8283dbbb497e617cb36deae082fdeae4e3844;p=modules%2Fgeom.git diff --git a/src/OBJECT/GEOM_PainterPolyDataMapper.h b/src/OBJECT/GEOM_PainterPolyDataMapper.h index 76fa05c8e..80b6cf829 100644 --- a/src/OBJECT/GEOM_PainterPolyDataMapper.h +++ b/src/OBJECT/GEOM_PainterPolyDataMapper.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2022 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -40,15 +40,15 @@ public vtkPolyDataMapper { public: #ifndef VTK_OPENGL2 - vtkTypeMacro(GEOM_PainterPolyDataMapper,vtkPainterPolyDataMapper); + vtkTypeMacro(GEOM_PainterPolyDataMapper,vtkPainterPolyDataMapper) #else - vtkTypeMacro(GEOM_PainterPolyDataMapper,vtkPolyDataMapper); + vtkTypeMacro(GEOM_PainterPolyDataMapper,vtkPolyDataMapper) #endif static GEOM_PainterPolyDataMapper* New(); - virtual void RenderPiece(vtkRenderer *ren, vtkActor *act) {} + virtual void RenderPiece(vtkRenderer* /*ren*/, vtkActor* /*act*/) {} protected: GEOM_PainterPolyDataMapper() {}