summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-11-17 21:31:37 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-11-17 21:31:37 +0000
commitcdc2d055f1ede3d9565dbf2b2d1abbf87a1f622c (patch)
tree2523a3b351add1113224052612864327f526929e /gtk2_ardour/public_editor.cc
parent5d515004903f75d8c18328c0bdb84008ae5bfe23 (diff)
more fixes on the long road to compiling
git-svn-id: svn://localhost/trunk/ardour2@103 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/public_editor.cc')
-rw-r--r--gtk2_ardour/public_editor.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/public_editor.cc b/gtk2_ardour/public_editor.cc
index b8b154d8bd..36d51d97a1 100644
--- a/gtk2_ardour/public_editor.cc
+++ b/gtk2_ardour/public_editor.cc
@@ -4,8 +4,7 @@
PublicEditor* PublicEditor::_instance = 0;
PublicEditor::PublicEditor ()
- : Window (Gtk::WINDOW_TOPLEVEL),
- KeyboardTarget (*this, "editor")
+ : Window (Gtk::WINDOW_TOPLEVEL)
{
}