mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
14 lines
197 B
C++
14 lines
197 B
C++
#include "public_editor.h"
|
|
#include "editor.h"
|
|
|
|
PublicEditor* PublicEditor::_instance = 0;
|
|
|
|
PublicEditor::PublicEditor ()
|
|
: Window (Gtk::WINDOW_TOPLEVEL)
|
|
{
|
|
}
|
|
|
|
PublicEditor::~PublicEditor()
|
|
{
|
|
}
|
|
|