From bfc0b96db6cc6c2e94d93f9c4239adca14a6bb0c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Jul 2013 22:20:39 +0100 Subject: More noncopyable. --- src/lib/resampler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/resampler.h') diff --git a/src/lib/resampler.h b/src/lib/resampler.h index 7c85773c0..6e282838a 100644 --- a/src/lib/resampler.h +++ b/src/lib/resampler.h @@ -18,13 +18,14 @@ */ #include +#include extern "C" { #include } class AudioBuffers; -class Resampler +class Resampler : public boost::noncopyable { public: Resampler (int, int, int); -- cgit v1.2.3