diff base/AudioPlaySource.h @ 27:070e9e1e40ea

* Change SpectrogramLayer to use its own cache type instead of a QImage * Some gcc-4.0 compile fixes
author Chris Cannam
date Tue, 14 Feb 2006 17:43:14 +0000
parents d86891498eef
children b2d1a61ab916
line wrap: on
line diff
--- a/base/AudioPlaySource.h	Fri Feb 10 17:51:36 2006 +0000
+++ b/base/AudioPlaySource.h	Tue Feb 14 17:43:14 2006 +0000
@@ -21,6 +21,8 @@
 class AudioPlaySource
 {
 public:
+    virtual ~AudioPlaySource() { }
+
     /**
      * Start playing from the given frame.  If playback is already
      * under way, reseek to the given frame and continue.