X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConstructionPlugin%2FConstructionPlugin_Point.h;h=d1f15287f64d62d6e50bc67a555eac16a8e23ee9;hb=383021cb51c4720904096ca851db5ee79255b402;hp=8e0f0fcda6f74a4b959fdbbe664db39ab332ed0a;hpb=b4f302de769c38be478c58e549d55e81bf622b70;p=modules%2Fshaper.git diff --git a/src/ConstructionPlugin/ConstructionPlugin_Point.h b/src/ConstructionPlugin/ConstructionPlugin_Point.h index 8e0f0fcda..d1f15287f 100644 --- a/src/ConstructionPlugin/ConstructionPlugin_Point.h +++ b/src/ConstructionPlugin/ConstructionPlugin_Point.h @@ -22,6 +22,7 @@ class ConstructionPlugin_Point : public ModelAPI_Feature, public GeomAPI_ICustom /// Returns the kind of a feature CONSTRUCTIONPLUGIN_EXPORT virtual const std::string& getKind(); + /// Point kind inline static const std::string& ID() { static const std::string CONSTRUCTION_POINT_KIND("Point");