13
0

* fixed potential crash

git-svn-id: svn://localhost/ardour2/branches/3.0@4269 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier 2008-11-29 06:37:06 +00:00
parent d746b78319
commit 4af523ca38

View File

@ -61,7 +61,7 @@ public:
const SMPTE::Time& transport_smpte);
void set_session(Session& s);
void going_away() { Ticker::going_away(); _jack_port = 0;}
void going_away() { _jack_port = 0; Ticker::going_away(); }
/// slot for the signal session::MIDIClock_PortChanged
void update_midi_clock_port();