From: azv Date: Wed, 4 Sep 2019 10:03:10 +0000 (+0300) Subject: Fix more compilation errors on Scibian 9. X-Git-Tag: V9_4_0a2~4^2~132 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4b606722f6946a93dff0a051504691a0c8f1bf76;p=modules%2Fshaper.git Fix more compilation errors on Scibian 9. --- 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();