From: Anthony Geay Date: Tue, 18 Apr 2023 13:46:34 +0000 (+0200) Subject: Fix Windows compilation X-Git-Tag: V9_11_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5cc544d17e37ac661463521884c706aaae927847;p=modules%2Fparavis.git Fix Windows compilation --- diff --git a/src/Plugins/CADRepresentation/cadRepresentations/CADRepresentations/vtkCADRepresentation.h b/src/Plugins/CADRepresentation/cadRepresentations/CADRepresentations/vtkCADRepresentation.h index 59e74d3f..767fca55 100644 --- a/src/Plugins/CADRepresentation/cadRepresentations/CADRepresentations/vtkCADRepresentation.h +++ b/src/Plugins/CADRepresentation/cadRepresentations/CADRepresentations/vtkCADRepresentation.h @@ -97,7 +97,7 @@ public: * be modified by setOpacity / toggleColor functions * (for debugging purposes). */ - void AddShape(vtkIdType groupId, vtkIdType cellId); + //void AddShape(vtkIdType groupId, vtkIdType cellId); void SetArrayIdNames(const char* pointArray, const char* cellArray) override; protected: