diff data/fft/FFTFileCacheReader.h @ 1069:32ab6c48efaa

Merge from branch tonioni
author Chris Cannam
date Mon, 20 Apr 2015 09:11:34 +0100
parents cc27f35aa75c
children
line wrap: on
line diff
--- a/data/fft/FFTFileCacheReader.h	Mon Mar 02 17:21:34 2015 +0000
+++ b/data/fft/FFTFileCacheReader.h	Mon Apr 20 09:11:34 2015 +0100
@@ -41,7 +41,7 @@
 
     bool haveSetColumnAt(int x) const;
 
-    static int getCacheSize(int width, int height,
+    static size_t getCacheSize(int width, int height,
                                FFTCache::StorageType type);
 
     FFTCache::StorageType getStorageType() const { return m_storageType; }