Mercurial > hg > svcore
diff data/fft/FFTDataServer.h @ 550:107d3f3705c9
* Auto-close write-mode matrix files when all columns written
author | Chris Cannam |
---|---|
date | Thu, 05 Feb 2009 14:17:11 +0000 |
parents | 388afa99d537 |
children | 53e5dc8439e7 |
line wrap: on
line diff
--- a/data/fft/FFTDataServer.h Thu Feb 05 12:53:19 2009 +0000 +++ b/data/fft/FFTDataServer.h Thu Feb 05 14:17:11 2009 +0000 @@ -259,7 +259,7 @@ FillThread *m_fillThread; void deleteProcessingData(); - void fillColumn(size_t x, FFTCacheReader *tester = 0); + void fillColumn(size_t x); void fillComplete(); QString generateFileBasename() const;