support for glade and new new session dialog
[ardour.git] / gtk2_ardour / public_editor.cc
1 #include "public_editor.h"
2 #include "editor.h"
3
4 PublicEditor* PublicEditor::_instance = 0;
5
6 PublicEditor::PublicEditor ()
7         : Window (Gtk::WINDOW_TOPLEVEL),
8           KeyboardTarget (*this, "editor")
9 {
10 }
11
12 PublicEditor::~PublicEditor()
13 {
14 }
15