diff data/fft/FFTFileCache.h @ 383:94fc0591ea43 1.2-stable

* merge from trunk (1.2 ended up being tracked from trunk, but we may want this branch for fixes later)
author Chris Cannam
date Wed, 27 Feb 2008 10:32:45 +0000
parents 2268963dabd1
children 115f60df1e4d
line wrap: on
line diff
--- a/data/fft/FFTFileCache.h	Fri Nov 30 17:36:14 2007 +0000
+++ b/data/fft/FFTFileCache.h	Wed Feb 27 10:32:45 2008 +0000
@@ -58,6 +58,8 @@
 
     static size_t getCacheSize(size_t width, size_t height, StorageType type);
 
+    virtual Type getType() { return FileCache; }
+
 protected:
     char *m_writebuf;
     mutable char *m_readbuf;