mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Fix optimized build crashes (missing return value) - #7958
This commit is contained in:
parent
9d737964d6
commit
2ceaa98c1c
1 changed files with 1 additions and 0 deletions
|
|
@ -1349,4 +1349,5 @@ DiskWriter::use_playlist (DataType dt, boost::shared_ptr<Playlist> playlist)
|
|||
if (reset_ws) {
|
||||
reset_write_sources (false, true);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue