summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-04-24 21:48:05 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:41 -0400
commit760beab7fa1b3fcccd653279ad736656793302ea (patch)
tree0963d98e2fd835fe7f405577633d158495717118 /gtk2_ardour/vca_master_strip.h
parent83e51ee69b6b95574f160d4024995d6ad7cdfab5 (diff)
use Slavable API in GUI
Diffstat (limited to 'gtk2_ardour/vca_master_strip.h')
-rw-r--r--gtk2_ardour/vca_master_strip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h
index 30d18d54a8..d8ef778ee1 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -80,7 +80,7 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
void solo_changed ();
void mute_changed ();
void vca_menu_toggle (Gtk::CheckMenuItem* menuitem, uint32_t n);
- void vca_unassign ();
+ void unassign ();
bool vca_button_release (GdkEventButton*);
void update_vca_display ();
void finish_name_edit (std::string);