Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Point.h
index e04696cbcde36535f002c1f9ea813852e0639606..bf63d8baf4ecd85f324217a0b60ee62ce6f3e1db 100644 (file)
@@ -89,7 +89,7 @@ public:
     return MY_CREATION_METHOD_ID;
   }
 
-  inline static const std::string& point3d()
+  inline static const std::string& POINT3D()
   {
     static const std::string POINT_ATTR("point3d");
     return POINT_ATTR;