mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
EditorSnapshots does not benefit by inheriting from EditorComponent
This commit is contained in:
parent
916fc4a2ee
commit
67f55d7b4e
3 changed files with 4 additions and 5 deletions
|
|
@ -27,10 +27,10 @@
|
|||
#include <gtkmm/treeview.h>
|
||||
#include "editor_component.h"
|
||||
|
||||
class EditorSnapshots : public EditorComponent, public ARDOUR::SessionHandlePtr
|
||||
class EditorSnapshots : public ARDOUR::SessionHandlePtr
|
||||
{
|
||||
public:
|
||||
EditorSnapshots (Editor *);
|
||||
EditorSnapshots ();
|
||||
|
||||
void set_session (ARDOUR::Session *);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue