Salome HOME
InitLoop and DoLoop parameters names
[modules/superv.git] / src / GraphEditor / DataFlowEditor_DataFlow.hxx
index 336a9e342df4dce253db68be11a4d9f8edc79497..1bc4096c58a512834087b9275b5053f69f670857 100644 (file)
@@ -213,7 +213,7 @@ namespace GraphEditor {
       bool IsValid() ;
       bool IsExecutable() ;
 
-      void Executing( bool b = true ) ;
+      void Executing() ; // asv : removed a bool parameter, use Editing() to set _Executing = false
       bool IsExecuting() ;
       void Editing() ;
       bool IsEditing() ;