fix build after copy-n-paste/code change collision

This commit is contained in:
Paul Davis 2014-07-07 10:21:47 -04:00
parent fca6419abf
commit f246c98529
4 changed files with 8 additions and 14 deletions

View file

@ -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 ();