Salome HOME
Make sub-group features presented correctly in he tree
[modules/shaper.git] / src / ModelAPI / ModelAPI_Feature.cpp
index 5b9d7e3d4e0f3da971bd37d24dd6347179928f9f..ad496462bd8c70e183b6e5574b320543313a0442 100644 (file)
@@ -218,6 +218,11 @@ bool ModelAPI_Feature::isStable()
   return myIsStable;
 }
 
+bool ModelAPI_Feature::customAction(const std::string& theActionId)
+{
+  return false;
+}
+
 bool ModelAPI_Feature::isPreviewNeeded() const
 {
   return true;