deep, somewhat subtle changes for transport control. Everything should use Session...
[ardour.git] / libs / soundtouch / FIFOSamplePipe.h
index 9e33363b0074be9fe1d66320293a5f55fcc18b74..bf42895c2612eea244c222674a1c675ae9cbc24b 100644 (file)
@@ -48,8 +48,8 @@
 #ifndef FIFOSamplePipe_H
 #define FIFOSamplePipe_H
 
-#include <assert.h>
-#include <stdlib.h>
+#include <cassert>
+#include <cstdlib>
 #include "STTypes.h"
 
 namespace soundtouch
@@ -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!