mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
merge with master
This commit is contained in:
commit
bebe2af95a
36 changed files with 563 additions and 318 deletions
|
|
@ -37,7 +37,6 @@
|
|||
#include "gtkmm2ext/dndtreeview.h"
|
||||
#include "gtkmm2ext/stateful_button.h"
|
||||
#include "gtkmm2ext/bindings.h"
|
||||
#include "gtkmm2ext/visibility_tracker.h"
|
||||
|
||||
#include "pbd/stateful.h"
|
||||
#include "pbd/signals.h"
|
||||
|
|
@ -126,7 +125,7 @@ class TimeSelection;
|
|||
class RegionLayeringOrderEditor;
|
||||
class VerboseCursor;
|
||||
|
||||
class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARDOUR::SessionHandlePtr, public Gtkmm2ext::VisibilityTracker
|
||||
class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARDOUR::SessionHandlePtr
|
||||
{
|
||||
public:
|
||||
Editor ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue