13
0
livetrax/gtk2_ardour/public_editor.cc

15 lines
197 B
C++
Raw Normal View History

#include "public_editor.h"
#include "editor.h"
PublicEditor* PublicEditor::_instance = 0;
PublicEditor::PublicEditor ()
: Window (Gtk::WINDOW_TOPLEVEL)
{
}
PublicEditor::~PublicEditor()
{
}