summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/ControlList.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/evoral/evoral/ControlList.hpp')
-rw-r--r--libs/evoral/evoral/ControlList.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/evoral/evoral/ControlList.hpp b/libs/evoral/evoral/ControlList.hpp
index 45519955c5..bc994d90c8 100644
--- a/libs/evoral/evoral/ControlList.hpp
+++ b/libs/evoral/evoral/ControlList.hpp
@@ -47,9 +47,9 @@ struct ControlEvent {
}
}
- ~ControlEvent() { if (coeff) delete[] coeff; }
+ ~ControlEvent() { if (coeff) delete[] coeff; }
- void create_coeffs() {
+ void create_coeffs() {
if (!coeff)
coeff = new double[4];
@@ -85,7 +85,7 @@ public:
ControlList (const Parameter& id);
//ControlList (const XMLNode&, Parameter id);
- ~ControlList();
+ virtual ~ControlList();
virtual boost::shared_ptr<ControlList> create(Parameter id);