summaryrefslogtreecommitdiff
path: root/libs/ardour/curve.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/curve.cc')
-rw-r--r--libs/ardour/curve.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/curve.cc b/libs/ardour/curve.cc
index 3aa9de9127..17567c203a 100644
--- a/libs/ardour/curve.cc
+++ b/libs/ardour/curve.cc
@@ -64,7 +64,7 @@ Curve::Curve (const Curve& other, double start, double end)
/** \a id is used for legacy sessions where the type is not present
* in or below the <AutomationList> node. It is used if \a id is non-null.
*/
-Curve::Curve (const XMLNode& node, ParamID id)
+Curve::Curve (const XMLNode& node, Parameter id)
: AutomationList (node, id)
{
}