From 89b6712de6c7ac0125c1a52d7fbe58bc7ea8a5eb Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Tue, 13 Nov 2007 23:56:49 +0000 Subject: [PATCH] added virtual dtor to AmPlaylistItem git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@555 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/AmPlaylist.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/AmPlaylist.h b/core/AmPlaylist.h index 582ee0a2..41830d4d 100644 --- a/core/AmPlaylist.h +++ b/core/AmPlaylist.h @@ -44,6 +44,8 @@ struct AmPlaylistItem AmPlaylistItem(AmAudio* play, AmAudio* record) : play(play), record(record) {} + + virtual ~AmPlaylistItem() { } }; /**