Salome HOME
updated copyright message
[modules/geom.git] / src / OBJECT / GEOM_PainterPolyDataMapper.h
index d12c8871785eb825b5f46071fc61546bb205ebf7..d196d447a8fac7ea461defcc3044bc77ec613415 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA, EDF, 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() {}