diff options
Diffstat (limited to 'src/lib/resampler.h')
| -rw-r--r-- | src/lib/resampler.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <boost/shared_ptr.hpp> +#include <boost/utility.hpp> extern "C" { #include <libswresample/swresample.h> } class AudioBuffers; -class Resampler +class Resampler : public boost::noncopyable { public: Resampler (int, int, int); |
