X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Point.h;h=59995ff4310aeb44edc72c2f950f4d3e09c0c119;hb=c7a5ff20294ae8270bfb9120b8887f0c9959d658;hp=1e1a4f65cc842ac70804ab32dbfa3bc6368fdb60;hpb=1b93f1881c5fec599aa79707f93c84dd9c287bc0;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Point.h b/src/SketchPlugin/SketchPlugin_Point.h index 1e1a4f65c..59995ff43 100644 --- a/src/SketchPlugin/SketchPlugin_Point.h +++ b/src/SketchPlugin/SketchPlugin_Point.h @@ -28,7 +28,7 @@ class SketchPlugin_Point : public SketchPlugin_SketchEntity /// Coordinates of the point inline static const std::string& COORD_ID() { - static const std::string MY_COORD_ID("PointCoordinates"); + static const std::string MY_COORD_ID("PointCoordindates"); return MY_COORD_ID; } /// Returns the kind of a feature