Fix error: conversion from 'int' to non-scalar type
[ardour.git] / session_utils / common.h
index 9077fbe92828ab70f5d014ae58decdd81fa564ec..fcfd04341580f59b107154da20752f3ac288f32b 100644 (file)
@@ -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)