use new action map API instead of ActionManager::get_action
[ardour.git] / gtk2_ardour / public_editor.h
index aed2fb94c1e288b0d37baed3f68763fa5bd036bf..5c2b376e73e4e7be748fbc10c47d088203270f5a 100644 (file)
@@ -111,7 +111,7 @@ using ARDOUR::samplecnt_t;
  * of PublicEditor need not be recompiled if private methods or member variables
  * change.
  */
-class PublicEditor : public ArdourWidgets::Tabbable,  public ARDOUR::SessionHandlePtr, public AxisViewProvider
+class PublicEditor : public ArdourWidgets::Tabbable,  public ARDOUR::SessionHandlePtr, public AxisViewProvider, public Gtkmm2ext::ActionMapOwner
 {
 public:
        PublicEditor (Gtk::Widget& content);