Mercurial > hg > qm-vamp-plugins
diff plugins/AdaptiveSpectrogram.h @ 113:d0920575b48a
* pass allocator through to sub-cuts (duh)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 20 May 2009 08:52:11 +0000 |
parents | be419e04899a |
children | 496e6d6eb413 |
line wrap: on
line diff
--- a/plugins/AdaptiveSpectrogram.h Tue May 19 16:18:11 2009 +0000 +++ b/plugins/AdaptiveSpectrogram.h Wed May 20 08:52:11 2009 +0000 @@ -260,7 +260,8 @@ void getSubCuts(const Spectrograms &, int res, int x, int y, int h, Cutting *&top, Cutting *&bottom, - Cutting *&left, Cutting *&right) const; + Cutting *&left, Cutting *&right, + BlockAllocator *allocator) const; void printCutting(Cutting *, std::string) const;