]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/OBJECT/GEOM_PainterPolyDataMapper.h
Salome HOME
#18963 Minimize compiler warnings
[modules/geom.git] / src / OBJECT / GEOM_PainterPolyDataMapper.h
index d12c8871785eb825b5f46071fc61546bb205ebf7..65940449b4c3115e617a45a90d4db7087181ba03 100644 (file)
@@ -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() {}