13
0

correct return syntax

This commit is contained in:
Paul Davis 2016-12-15 11:57:31 +00:00
parent cf4668a11e
commit c9444e048e

View File

@ -1145,7 +1145,7 @@ MidiRegionView::find_canvas_patch_change (MidiModel::PatchChangePtr p)
} }
} }
return 0; return boost::shared_ptr<PatchChange>();
} }
void void