most of libardour now actually compiles
[ardour.git] / libs / ardour / session_export.cc
index 0db4fc33bb61d19e5abc6fb96223783e448ad6fb..02bf48a0d672f7d33961c4f9dbf0b5aa5bd1cc7f 100644 (file)
@@ -147,7 +147,7 @@ Session::start_audio_export (framepos_t position)
 
        /* we are ready to go ... */
 
-       if (!_engine.connected()) {
+       if (!_engine.port_engine().connected()) {
                return -1;
        }