summaryrefslogtreecommitdiff
path: root/gtk2_ardour/stereo_panner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/stereo_panner.cc')
-rw-r--r--gtk2_ardour/stereo_panner.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/stereo_panner.cc b/gtk2_ardour/stereo_panner.cc
index 3826dc1c7a..a0c5849066 100644
--- a/gtk2_ardour/stereo_panner.cc
+++ b/gtk2_ardour/stereo_panner.cc
@@ -141,7 +141,7 @@ StereoPanner::on_expose_event (GdkEventExpose* ev)
double swidth = width_control->get_value (); /* -1..+1 */
double fswidth = fabs (swidth);
uint32_t o, f, t, b, r;
- State state;
+ State state;
const double corner_radius = 5.0;
width = get_width();