diff transform/Transform.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
line wrap: on
line diff
--- a/transform/Transform.h	Mon May 08 13:51:16 2006 +0000
+++ b/transform/Transform.h	Mon May 08 16:44:47 2006 +0000
@@ -16,7 +16,7 @@
 #ifndef _TRANSFORM_H_
 #define _TRANSFORM_H_
 
-#include "NonRTThread.h"
+#include "Thread.h"
 
 #include "base/Model.h"
 
@@ -35,7 +35,7 @@
  * the background thread has populated it.
  */
 
-class Transform : public NonRTThread
+class Transform : public Thread
 {
 public:
     virtual ~Transform();