catch up on change in definition of various AxisView {set,is}_selected() implementations

This commit is contained in:
Paul Davis 2016-06-05 16:18:14 -04:00
parent da7013a286
commit 58eec76ab3
2 changed files with 4 additions and 2 deletions

View file

@ -140,8 +140,8 @@ class MixerStrip : public AxisView, public RouteUI, public Gtk::EventBox
void vca_assign (boost::shared_ptr<ARDOUR::VCA>);
void vca_unassign (boost::shared_ptr<ARDOUR::VCA>);
void set_selected(bool yn);
bool is_selected() {return _selected;}
void set_selected (bool yn);
bool is_selected() const;
static MixerStrip* entered_mixer_strip() { return _entered_mixer_strip; }

View file

@ -105,6 +105,8 @@ class RouteUI : public virtual ARDOUR::SessionHandlePtr, public virtual sigc::tr
Gdk::Color route_color () const;
void choose_color ();
void set_selected (bool);
bool ignore_toggle;
bool wait_for_release;
bool multiple_mute_change;