From ebca2e1b92ff164b5a9438e2353b4c2df2c3c7e8 Mon Sep 17 00:00:00 2001 From: azv Date: Thu, 4 Feb 2016 11:58:16 +0300 Subject: [PATCH] Misprint correction --- src/SketchSolver/SketchSolver_Storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SketchSolver/SketchSolver_Storage.cpp b/src/SketchSolver/SketchSolver_Storage.cpp index e149fe03d..809bef132 100644 --- a/src/SketchSolver/SketchSolver_Storage.cpp +++ b/src/SketchSolver/SketchSolver_Storage.cpp @@ -97,7 +97,7 @@ static std::list pointAttributes(FeaturePtr theFeature) aPoints.push_back(theFeature->attribute(SketchPlugin_Line::END_ID())); } else if (theFeature->getKind() == SketchPlugin_Point::ID()) - aPoints.push_back(theFeature->attribute(SketchPlugin_Point::ID())); + aPoints.push_back(theFeature->attribute(SketchPlugin_Point::COORD_ID())); return aPoints; } -- 2.39.2