From 5cc544d17e37ac661463521884c706aaae927847 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Tue, 18 Apr 2023 15:46:34 +0200 Subject: [PATCH] Fix Windows compilation --- .../CADRepresentations/vtkCADRepresentation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2