Salome HOME
Revert back: Fix PointCoordindates to PointCoordinates in SketchPlugin. Problem with...
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Point.h
index 1e1a4f65cc842ac70804ab32dbfa3bc6368fdb60..59995ff4310aeb44edc72c2f950f4d3e09c0c119 100644 (file)
@@ -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