]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_Module.cpp
Salome HOME
Refactoring: static constants are replaced by inline functions in:
[modules/shaper.git] / src / PartSet / PartSet_Module.cpp
index 2824363e1d4d8b3a9c3f7039774e30b880546eb3..5f903b0eded4d0f8adf70a9ecf6eccd4dc385ae7 100644 (file)
@@ -510,7 +510,7 @@ void PartSet_Module::editFeature(FeaturePtr theFeature)
   if (!theFeature)
     return;
 
-//  if (theFeature->getKind() == SKETCH_KIND) {
+//  if (theFeature->getKind() == SketchPlugin_Sketch::ID()) {
     FeaturePtr aFeature = theFeature;
     if (XGUI_Tools::isModelObject(aFeature)) {
       ObjectPtr aObject = boost::dynamic_pointer_cast<ModelAPI_Object>(aFeature);