From dc176139eed469aa200f50c64fbb5ae44de90647 Mon Sep 17 00:00:00 2001 From: ptv Date: Fri, 30 Dec 2005 12:39:20 +0000 Subject: [PATCH] correct ::start( op*, bool ) --- src/SUIT/SUIT_Operation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUIT/SUIT_Operation.cxx b/src/SUIT/SUIT_Operation.cxx index 11beaef40..658ff2017 100755 --- a/src/SUIT/SUIT_Operation.cxx +++ b/src/SUIT/SUIT_Operation.cxx @@ -416,7 +416,7 @@ void SUIT_Operation::start( SUIT_Operation* op, const bool check ) return; if ( study() ) - study()->start( op, false ); + study()->start( op, check ); else { connect( this, SIGNAL( stopped( SUIT_Operation* ) ), op, SLOT( abort() ) ); -- 2.39.2