From: azv Date: Wed, 8 Jun 2016 13:28:55 +0000 (+0300) Subject: Fix compilation error on Linux X-Git-Tag: V_2.4.0~125 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ca1d1d90c5b1f6cb15db1bc8b66cb8e73991ef0f;p=modules%2Fshaper.git Fix compilation error on Linux --- diff --git a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Storage.h b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Storage.h index 643a6df6f..75e0b725e 100644 --- a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Storage.h +++ b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Storage.h @@ -109,7 +109,7 @@ private: /// * symmetric of two points placed on the mirror line (do not add perpendicular constraint) bool isRedundant(GCSConstraintPtr theCheckedConstraint, ConstraintWrapperPtr theParentConstraint, - std::list >& theCoincidentPoints = std::list >() ) const; + std::list >& theCoincidentPoints) const; private: GCS::VEC_pD myParameters; ///< list of parameters