diff plugin/DSSIPluginInstance.h @ 109:61a2ac1241b3

* Make a single base Thread class for RT and non-RT threads * Pull ResizeableBitmap out from the MatrixFile's ColumnBitmap * Reorder SpectrogramLayer::paint somewhat so as to improve cache hit ratio in the FFT file cache
author Chris Cannam
date Mon, 08 May 2006 16:44:47 +0000
parents 1aebdc68ec6d
children 3a6af0e5e2d1
line wrap: on
line diff
--- a/plugin/DSSIPluginInstance.h	Mon May 08 13:51:16 2006 +0000
+++ b/plugin/DSSIPluginInstance.h	Mon May 08 16:44:47 2006 +0000
@@ -32,7 +32,7 @@
 #include "api/dssi.h"
 
 #include "base/RingBuffer.h"
-#include "base/NonRTThread.h"
+#include "base/Thread.h"
 #include "RealTimePluginInstance.h"
 #include "base/Scavenger.h"
 
@@ -198,7 +198,7 @@
 
     static Scavenger<ScavengerArrayWrapper<snd_seq_event_t *> > m_bufferScavenger;
 
-    class NonRTPluginThread : public NonRTThread
+    class NonRTPluginThread : public Thread
     {
     public:
 	NonRTPluginThread(LADSPA_Handle handle,