MCP: Fix up the feedback for the bank left/right buttons.
[ardour.git] / libs / surfaces / mackie / gui.h
index 754c4ac5aab9b0e6e74861dbad669a09ba4c0640..0f91a32e123d55d5b81c7326a6b2ad1e1c1d8eb8 100644 (file)
@@ -33,7 +33,7 @@ namespace Gtk {
 
 #include "button.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 namespace ArdourSurface {
 
@@ -151,6 +151,7 @@ class MackieControlProtocolGUI : public Gtk::Notebook
        void connection_handler ();
 
        Glib::RefPtr<Gtk::ListStore> build_midi_port_list (std::vector<std::string> const & ports, bool for_input);
+       bool _ignore_profile_changed;
        bool ignore_active_change;
        void active_port_changed (Gtk::ComboBox* combo, boost::weak_ptr<Mackie::Surface> ws, bool for_input);
 };