mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
If 'MidiRegionView::find_canvas_sys_ex()' fails, make it return a boost::shared_ptr<> (rather than returning an int)
This commit is contained in:
parent
70e4bb30a0
commit
fac04afbba
1 changed files with 1 additions and 1 deletions
|
|
@ -1153,7 +1153,7 @@ MidiRegionView::find_canvas_sys_ex (MidiModel::SysExPtr s)
|
||||||
return f->second;
|
return f->second;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return boost::shared_ptr<SysEx>();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue