13
0

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:
Paul Davis 2011-12-02 19:31:19 +00:00
parent 1420d08da4
commit ebc0b88248

View File

@ -56,7 +56,7 @@ struct Event {
*/
Event(const Event& copy, bool alloc);
~Event();
virtual ~Event();
const Event& operator=(const Event& copy);