From ca1d1d90c5b1f6cb15db1bc8b66cb8e73991ef0f Mon Sep 17 00:00:00 2001 From: azv Date: Wed, 8 Jun 2016 16:28:55 +0300 Subject: [PATCH] Fix compilation error on Linux --- src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2