Salome HOME
Implementation of mechanism of grouping of messages
[modules/shaper.git] / src / PartSet / PartSet_OperationEditLine.cpp
index c66f38f35281f25db8804a67c9c0fc19538ad566..c355c82c0b57c1c76bc0d4b24295b1ef15a22f95 100644 (file)
@@ -150,7 +150,7 @@ void PartSet_OperationEditLine::stopOperation()
   myFeatures.clear();
 }
 
-boost::shared_ptr<ModelAPI_Feature> PartSet_OperationEditLine::createFeature()
+boost::shared_ptr<ModelAPI_Feature> PartSet_OperationEditLine::createFeature(const bool /*theFlushMessage*/)
 {
   // do nothing in order to do not create a new feature
   return boost::shared_ptr<ModelAPI_Feature>();