summaryrefslogtreecommitdiff
path: root/libs/ardour/speakers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/speakers.cc')
-rw-r--r--libs/ardour/speakers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/speakers.cc b/libs/ardour/speakers.cc
index 7c7b02f0cc..7abdaf3a42 100644
--- a/libs/ardour/speakers.cc
+++ b/libs/ardour/speakers.cc
@@ -267,7 +267,7 @@ int
Speakers::set_state (const XMLNode& node, int /*version*/)
{
XMLNodeConstIterator i;
- const XMLProperty* prop;
+ XMLProperty const * prop;
double a, e, d;
LocaleGuard lg (X_("C"));
int n = 0;