X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fpublic_editor.cc;h=dc468e4a83e237f05c7837a7d3b0d3224a7113e9;hb=04416e2d1df3cc8d9f014765e5ca5ce818b7b4d7;hp=3955083c70b2bd9ea4e4d445a5f6f0daffed29f3;hpb=bb9cc45cd22af67ac275a5e73accbe14fee664d8;p=ardour.git diff --git a/gtk2_ardour/public_editor.cc b/gtk2_ardour/public_editor.cc index 3955083c70..dc468e4a83 100644 --- a/gtk2_ardour/public_editor.cc +++ b/gtk2_ardour/public_editor.cc @@ -18,7 +18,6 @@ */ #include "public_editor.h" -#include "editor.h" PublicEditor* PublicEditor::_instance = 0; @@ -27,6 +26,8 @@ const int PublicEditor::container_border_width = 12; const int PublicEditor::vertical_spacing = 6; const int PublicEditor::horizontal_spacing = 6; +sigc::signal PublicEditor::DropDownKeys; + PublicEditor::PublicEditor () : Window (Gtk::WINDOW_TOPLEVEL) {