Paul Davis
192c6a9c16
git-svn-id: svn://localhost/trunk/ardour2@57 d708f5d6-7413-0410-9779-e7cbd77b26cf
16 lines
234 B
C++
16 lines
234 B
C++
#include "public_editor.h"
|
|
#include "editor.h"
|
|
|
|
PublicEditor* PublicEditor::_instance = 0;
|
|
|
|
PublicEditor::PublicEditor ()
|
|
: Window (Gtk::WINDOW_TOPLEVEL),
|
|
KeyboardTarget (*this, "editor")
|
|
{
|
|
}
|
|
|
|
PublicEditor::~PublicEditor()
|
|
{
|
|
}
|
|
|