summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-03-03 13:28:42 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:39 -0400
commitc572d4ed9e9a031dca59227fd0563803b87c2953 (patch)
tree1a3fcc7ba1e7de3fa315694ce67020546d8e5973 /gtk2_ardour/vca_master_strip.h
parent4d87503863066272867eed922b966cf08ed1c815 (diff)
add VCAMasterStrip::set_selected()
Diffstat (limited to 'gtk2_ardour/vca_master_strip.h')
-rw-r--r--gtk2_ardour/vca_master_strip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h
index ba7adc0305..2533020f61 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -60,6 +60,7 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
void hide_clicked();
bool width_button_pressed (GdkEventButton *);
+ void set_selected (bool);
};