summaryrefslogtreecommitdiff
path: root/libs/soundtouch
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2005-06-09 17:58:26 +0000
committerTaybin Rutkin <taybin@taybin.com>2005-06-09 17:58:26 +0000
commit45866a0ab0ad66169f3e9ea111ede017a80fb3b5 (patch)
tree1a463edf35b2b3fb65020f4067dfcb180dc072a8 /libs/soundtouch
parent5e6d6e509686e62e842398b3c1936f77d6438566 (diff)
Added virtual destructors. Thank you gcc4.
git-svn-id: svn://localhost/trunk/ardour2@15 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/soundtouch')
-rw-r--r--libs/soundtouch/FIFOSamplePipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/soundtouch/FIFOSamplePipe.h b/libs/soundtouch/FIFOSamplePipe.h
index 9e33363b00..d2d54d5274 100644
--- a/libs/soundtouch/FIFOSamplePipe.h
+++ b/libs/soundtouch/FIFOSamplePipe.h
@@ -59,6 +59,7 @@ namespace soundtouch
class FIFOSamplePipe
{
public:
+ virtual ~FIFOSamplePipe () {};
/// Returns a pointer to the beginning of the output samples.
/// This function is provided for accessing the output samples directly.
/// Please be careful for not to corrupt the book-keeping!