modified fix from carl for region copy-moves-original-to-start bug; change verbose...
[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