mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
fix build after copy-n-paste/code change collision
This commit is contained in:
parent
fca6419abf
commit
f246c98529
4 changed files with 8 additions and 14 deletions
|
|
@ -483,7 +483,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void mouse_add_new_marker (framepos_t where, bool is_cd=false, bool is_xrun=false);
|
||||
void split_regions_at (framepos_t, RegionSelection&);
|
||||
void split_region_at_points (boost::shared_ptr<ARDOUR::Region>, ARDOUR::AnalysisFeatureList&, bool can_ferret, bool select_new = false);
|
||||
RegionSelection get_regions_from_selection_and_mouse ();
|
||||
RegionSelection get_regions_from_selection_and_mouse (framepos_t);
|
||||
|
||||
protected:
|
||||
void map_transport_state ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue