From 4b606722f6946a93dff0a051504691a0c8f1bf76 Mon Sep 17 00:00:00 2001 From: azv Date: Wed, 4 Sep 2019 13:03:10 +0300 Subject: [PATCH] Fix more compilation errors on Scibian 9. --- .../PlaneGCSSolver/PlaneGCSSolver_FeatureBuilder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_FeatureBuilder.cpp b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_FeatureBuilder.cpp index f7687f3e7..d491a0049 100644 --- a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_FeatureBuilder.cpp +++ b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_FeatureBuilder.cpp @@ -163,7 +163,7 @@ EntityWrapperPtr createArc(const AttributeEntityMap& theAttributes, PlaneGCSSolver_Storage* theStorage) { std::shared_ptr aNewArc(new GCS::Arc); - BooleanWrapperPtr isReversed = false; + BooleanWrapperPtr isReversed; // Base attributes of arc (center, start and end points) AttributeEntityMap::const_iterator anIt = theAttributes.begin(); -- 2.39.2