ardour/gtk2_ardour/public_editor.cc
Paul Davis 192c6a9c16 the ongoing story of umpteen lines of code and its love affair with GTK2
git-svn-id: svn://localhost/trunk/ardour2@57 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-10-12 16:28:26 +00:00

16 lines
234 B
C++

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