more fixes on the long road to compiling
[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 {
9 }
10
11 PublicEditor::~PublicEditor()
12 {
13 }
14