* fixed potential crash
git-svn-id: svn://localhost/ardour2/branches/3.0@4269 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d746b78319
commit
4af523ca38
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user