Salome HOME
Work in progress save and load state.
[modules/yacs.git] / src / engine / Bloc.cxx
index c91c7617295b77577717288021043a6942ba4824..4df68b4a638f93fc92af8af2947ac14782172ff4 100644 (file)
@@ -403,7 +403,7 @@ YACS::Event Bloc::updateStateOnFinishedEventFrom(Node *node)
  * \param node : node that has emitted the event
  * \return the event to notify to bloc's father
  */
-YACS::Event Bloc::updateStateOnFailedEventFrom(Node *node, const Executor *execInst)
+YACS::Event Bloc::updateStateOnFailedEventFrom(Node *node)
 {
   node->exForwardFailed();
   if(areAllSubNodesFinished())