X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fkeyeditor.h;h=1fa807ac5b8ad2969c3fb15b50c19a2b320f6cf6;hb=5c4f7313ef3f5f56dbc5777a0f78061c5472b29e;hp=085bfbb6d91da17b478ccefc2feca6395575214d;hpb=8a2e30816ee392b871c5918f769f68cc0196a893;p=ardour.git diff --git a/gtk2_ardour/keyeditor.h b/gtk2_ardour/keyeditor.h index 085bfbb6d9..1fa807ac5b 100644 --- a/gtk2_ardour/keyeditor.h +++ b/gtk2_ardour/keyeditor.h @@ -7,7 +7,6 @@ #include #include #include -#include #include "ardour_dialog.h" @@ -15,7 +14,7 @@ class KeyEditor : public ArdourDialog { public: KeyEditor (); - + protected: void on_show (); void on_unmap (); @@ -30,7 +29,7 @@ class KeyEditor : public ArdourDialog add (path); add (bindable); } - Gtk::TreeModelColumn action; + Gtk::TreeModelColumn action; Gtk::TreeModelColumn binding; Gtk::TreeModelColumn path; Gtk::TreeModelColumn bindable;