13
0
livetrax/gtk2_ardour/public_editor.cc
Paul Davis cdc2d055f1 more fixes on the long road to compiling
git-svn-id: svn://localhost/trunk/ardour2@103 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-11-17 21:31:37 +00:00

15 lines
197 B
C++

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