13
0
livetrax/gtk2_ardour/public_editor.cc

16 lines
234 B
C++
Raw Normal View History

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