Salome HOME
Fix Windows compilation
authorAnthony Geay <anthony.geay@edf.fr>
Tue, 18 Apr 2023 13:46:34 +0000 (15:46 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Tue, 18 Apr 2023 13:46:34 +0000 (15:46 +0200)
src/Plugins/CADRepresentation/cadRepresentations/CADRepresentations/vtkCADRepresentation.h

index 59e74d3f1bd8f55027c9c0d655be25f110f36777..767fca55c9a8963ab31d85e2cd2eab5479411bce 100644 (file)
@@ -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: