X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsound_processor.h;h=8f265224372ceeae9eb8e9f0d2884e4e434bd036;hb=f98c4cdec82fc2fbdcc4ca19748d09b0ea0556b4;hp=bdbe72ba2798b689a7f2aec5b3205f0c788cba2b;hpb=883d885dc8690519d205c8baa275385af8a39f4b;p=dcpomatic.git diff --git a/src/lib/sound_processor.h b/src/lib/sound_processor.h index bdbe72ba2..8f2652243 100644 --- a/src/lib/sound_processor.h +++ b/src/lib/sound_processor.h @@ -26,11 +26,12 @@ #include #include +#include /** @class SoundProcessor * @brief Class to describe a sound processor. */ -class SoundProcessor +class SoundProcessor : public boost::noncopyable { public: SoundProcessor (std::string i, std::string n);