diff audioio/AudioCallbackPlaySource.h @ 243:6a730f6bd010

Merge
author Chris Cannam
date Wed, 28 Sep 2011 10:17:35 +0100
parents 5e1711be654d
children e8961a95b3d6 0876ea394902
line wrap: on
line diff
--- a/audioio/AudioCallbackPlaySource.h	Wed Sep 28 10:16:14 2011 +0100
+++ b/audioio/AudioCallbackPlaySource.h	Wed Sep 28 10:17:35 2011 +0100
@@ -51,7 +51,7 @@
  * provides a method for a realtime thread to pick up the latest
  * available sample data from these buffers.
  */
-class AudioCallbackPlaySource : public virtual QObject,
+class AudioCallbackPlaySource : public QObject,
 				public AudioPlaySource
 {
     Q_OBJECT