mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
change API of EditorSections to take an EditingContext& at construction
Then use this instead of PublicEditor::instance() in its code, mostly.
This commit is contained in:
parent
316947f7dc
commit
a8b4345d8f
3 changed files with 14 additions and 10 deletions
|
|
@ -540,7 +540,7 @@ Editor::Editor ()
|
|||
_routes = new EditorRoutes ();
|
||||
_regions = new EditorRegions (this);
|
||||
_sources = new EditorSources (this);
|
||||
_sections = new EditorSections ();
|
||||
_sections = new EditorSections (*this);
|
||||
_snapshots = new EditorSnapshots ();
|
||||
_locations = new EditorLocations (this);
|
||||
_properties_box = new SelectionPropertiesBox ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue