X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=session_utils%2Fcommon.h;h=fcfd04341580f59b107154da20752f3ac288f32b;hb=6626723880e6d464bf8d59178120d191a8423c93;hp=9077fbe92828ab70f5d014ae58decdd81fa564ec;hpb=ea8521743717a0027f497c416ab3f08fc407a406;p=ardour.git diff --git a/session_utils/common.h b/session_utils/common.h index 9077fbe928..fcfd043415 100644 --- a/session_utils/common.h +++ b/session_utils/common.h @@ -26,7 +26,7 @@ namespace SessionUtils { /** @param dir Session directory. * @param state Session state file, without .ardour suffix. */ - ARDOUR::Session * load_session (std::string dir, std::string state); + ARDOUR::Session * load_session (std::string dir, std::string state, bool exit_at_failure = true); /** close session and stop engine * @param s Session to close (may me NULL)