summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/curve.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/curve.h')
-rw-r--r--libs/ardour/ardour/curve.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/curve.h b/libs/ardour/ardour/curve.h
index 5b725f4720..affcc41e8b 100644
--- a/libs/ardour/ardour/curve.h
+++ b/libs/ardour/ardour/curve.h
@@ -51,6 +51,7 @@ class Curve : public AutomationList
Curve (const Curve& other);
Curve (const Curve& other, double start, double end);
Curve (const XMLNode&);
+ Curve& operator= (const Curve& other);
bool rt_safe_get_vector (double x0, double x1, float *arg, int64_t veclen);
void get_vector (double x0, double x1, float *arg, int64_t veclen);