more fixes on the long road to compiling

git-svn-id: svn://localhost/trunk/ardour2@103 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2005-11-17 21:31:37 +00:00
parent 5d51500490
commit cdc2d055f1
15 changed files with 217 additions and 266 deletions

View file

@ -4,8 +4,7 @@
PublicEditor* PublicEditor::_instance = 0;
PublicEditor::PublicEditor ()
: Window (Gtk::WINDOW_TOPLEVEL),
KeyboardTarget (*this, "editor")
: Window (Gtk::WINDOW_TOPLEVEL)
{
}