From ac98c969a15321a1ac0948f5f264c87c6dcdd433 Mon Sep 17 00:00:00 2001 From: dbv Date: Mon, 18 Apr 2016 11:09:13 +0300 Subject: [PATCH] Compilation fix --- src/FeaturesPlugin/FeaturesPlugin_Wire.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/FeaturesPlugin/FeaturesPlugin_Wire.cpp b/src/FeaturesPlugin/FeaturesPlugin_Wire.cpp index b704d65e7..abf650c92 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Wire.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_Wire.cpp @@ -145,8 +145,8 @@ bool FeaturesPlugin_Wire::addContour() ResultConstructionPtr aConstruction = std::dynamic_pointer_cast(aSelection->context()); std::shared_ptr aPlanarEdges = std::dynamic_pointer_cast(aConstruction->shape()); - ListOfShape aClosedWires; - GeomAlgoAPI_ShapeTools::getClosedWires(aPlanarEdges->getEdges(), aClosedWires); + //ListOfShape aClosedWires; + //GeomAlgoAPI_ShapeTools::getClosedWires(aPlanarEdges->getEdges(), aClosedWires); //// Iterate on wires and add wire with this edge. //std::shared_ptr aFoundWire; @@ -221,5 +221,7 @@ bool FeaturesPlugin_Wire::addContour() return false; } + + return false; } -- 2.39.2