From: azv Date: Wed, 4 Sep 2019 09:53:56 +0000 (+0300) Subject: Avoid compilation error on Scibian 9. X-Git-Tag: V9_4_0a2~4^2~133 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5dfb3dce94054851162565469df4a78a96e76452;p=modules%2Fshaper.git Avoid compilation error on Scibian 9. --- diff --git a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_EdgeWrapper.cpp b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_EdgeWrapper.cpp index 2efea1914..7ec36cf23 100644 --- a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_EdgeWrapper.cpp +++ b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_EdgeWrapper.cpp @@ -21,8 +21,7 @@ #include PlaneGCSSolver_EdgeWrapper::PlaneGCSSolver_EdgeWrapper(const GCSCurvePtr theEntity) - : myEntity(theEntity), - myReversed(false) + : myEntity(theEntity) { std::shared_ptr aLine = std::dynamic_pointer_cast(myEntity); if (aLine) myType = ENTITY_LINE;