From: azv Date: Thu, 4 Feb 2016 08:58:16 +0000 (+0300) Subject: Misprint correction X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=be3ae0071ae64c0d98b56d328c14a190a4c5fe3c;p=modules%2Fshaper.git Misprint correction --- 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; }