summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_group_tabs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/mixer_group_tabs.h')
-rw-r--r--gtk2_ardour/mixer_group_tabs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_group_tabs.h b/gtk2_ardour/mixer_group_tabs.h
index 8a2e06bc45..d8dd062280 100644
--- a/gtk2_ardour/mixer_group_tabs.h
+++ b/gtk2_ardour/mixer_group_tabs.h
@@ -32,7 +32,7 @@ private:
double primary_coordinate (double, double) const;
ARDOUR::RouteList routes_for_tab (Tab const *) const;
double extent () const {
- return _width;
+ return get_width();
}
PBD::PropertyList default_properties () const;