summaryrefslogtreecommitdiff
path: root/gtk2_ardour/stereo_panner.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-05-31 02:29:00 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-05-31 02:29:00 +0000
commita0d09e81d4b304b2474b3be9f1bd6a04b3779489 (patch)
tree289a9f8ff729fc9eddaa5ecf2c804975f8c1d6ad /gtk2_ardour/stereo_panner.cc
parentd367b210f41088877f094c2e9ccca50ec4851929 (diff)
update .po files for translators
git-svn-id: svn://localhost/ardour2/branches/3.0@9639 d708f5d6-7413-0410-9779-e7cbd77b26cf
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();