Paul Davis
cdc2d055f1
git-svn-id: svn://localhost/trunk/ardour2@103 d708f5d6-7413-0410-9779-e7cbd77b26cf
15 lines
197 B
C++
15 lines
197 B
C++
#include "public_editor.h"
|
|
#include "editor.h"
|
|
|
|
PublicEditor* PublicEditor::_instance = 0;
|
|
|
|
PublicEditor::PublicEditor ()
|
|
: Window (Gtk::WINDOW_TOPLEVEL)
|
|
{
|
|
}
|
|
|
|
PublicEditor::~PublicEditor()
|
|
{
|
|
}
|
|
|