]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchAPI/SketchAPI_Constraint.h
Salome HOME
Porting to SALOME 9.1.0.
[modules/shaper.git] / src / SketchAPI / SketchAPI_Constraint.h
index 8f79cca41f8f79a91bda4b985d57ca91ba52b72c..2ad1650650635f2ec363d3bc1b2dc98c2be918a7 100644 (file)
@@ -46,8 +46,8 @@ public:
 
   static std::string ID()
   {
-    static const std::string DUMMY;
-    return DUMMY;
+    static const std::string MY_SKETCH_CONSTRAINT_ID = "SketchConstraint";
+    return MY_SKETCH_CONSTRAINT_ID;
   }
   virtual std::string getID() { return ID(); }