summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.cc
blob: 36d51d97a17f8df2ad917c3b79316ff6d0e8db08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "public_editor.h"
#include "editor.h"

PublicEditor* PublicEditor::_instance = 0;

PublicEditor::PublicEditor ()
  	: Window (Gtk::WINDOW_TOPLEVEL)
{
}

PublicEditor::~PublicEditor()
{
}