catch up on change in definition of various AxisView {set,is}_selected() implementations
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user