summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral
diff options
context:
space:
mode:
Diffstat (limited to 'libs/evoral/evoral')
-rw-r--r--libs/evoral/evoral/ControlList.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/evoral/evoral/ControlList.hpp b/libs/evoral/evoral/ControlList.hpp
index 40e2e54625..b1ec7897cf 100644
--- a/libs/evoral/evoral/ControlList.hpp
+++ b/libs/evoral/evoral/ControlList.hpp
@@ -255,6 +255,8 @@ public:
static void set_thinning_factor (double d);
static double thinning_factor() { return _thinning_factor; }
+ bool operator!= (ControlList const &) const;
+
protected:
/** Called by unlocked_eval() to handle cases of 3 or more control points. */