summaryrefslogtreecommitdiff
path: root/gtk2_ardour/panner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/panner.cc')
-rw-r--r--gtk2_ardour/panner.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/panner.cc b/gtk2_ardour/panner.cc
index 2607cdf2b8..975f1e6b3b 100644
--- a/gtk2_ardour/panner.cc
+++ b/gtk2_ardour/panner.cc
@@ -35,7 +35,7 @@ null_label_callback (char* buf, unsigned int bufsize)
PannerBar::PannerBar (Gtk::Adjustment& adj, boost::shared_ptr<PBD::Controllable> c)
- : BarController (adj, *c.get(), sigc::ptr_fun (null_label_callback))
+ : BarController (adj, c, sigc::ptr_fun (null_label_callback))
{
set_style (BarController::Line);
}