mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
correct return syntax
This commit is contained in:
parent
cf4668a11e
commit
c9444e048e
1 changed files with 1 additions and 1 deletions
|
|
@ -1145,7 +1145,7 @@ MidiRegionView::find_canvas_patch_change (MidiModel::PatchChangePtr p)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return boost::shared_ptr<PatchChange>();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue