make Evoral::Event be polymorphic by adding virtual to its destructor (why was this not done already?)
git-svn-id: svn://localhost/ardour2/branches/3.0@10861 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1420d08da4
commit
ebc0b88248
@ -56,7 +56,7 @@ struct Event {
|
|||||||
*/
|
*/
|
||||||
Event(const Event& copy, bool alloc);
|
Event(const Event& copy, bool alloc);
|
||||||
|
|
||||||
~Event();
|
virtual ~Event();
|
||||||
|
|
||||||
const Event& operator=(const Event& copy);
|
const Event& operator=(const Event& copy);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user