diff base/ViewManagerBase.h @ 396:9d70f577d6f5

...
author Chris Cannam
date Wed, 19 Mar 2008 20:23:26 +0000
parents 44d1e22918f3
children 6a94bb528e9d
line wrap: on
line diff
--- a/base/ViewManagerBase.h	Wed Mar 19 11:20:18 2008 +0000
+++ b/base/ViewManagerBase.h	Wed Mar 19 20:23:26 2008 +0000
@@ -33,6 +33,8 @@
     Q_OBJECT
 
 public:
+    virtual ~ViewManagerBase();
+
     virtual void setAudioPlaySource(AudioPlaySource *source) = 0;
 
     virtual size_t alignPlaybackFrameToReference(size_t) const = 0;