Salome HOME
bos #29484 Merge branch 'vsr/29484'
[modules/geom.git] / src / OBJECT / GEOM_PainterPolyDataMapper.h
index 76fa05c8e68766e8ca2e596460f42ed5b6742d11..d828178bd3a2a7edc21c1c1ce37dc9a5a4ca2788 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2021  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() {}