Bump version
[dcpomatic.git] / src / lib / sound_processor.h
index 2edf388409755294153daf07d74e1002cebbc62c..8f265224372ceeae9eb8e9f0d2884e4e434bd036 100644 (file)
  *  @brief A class to describe a sound processor.
  */
 
-#ifndef DVDOMATIC_SOUND_PROCESSOR_H
-#define DVDOMATIC_SOUND_PROCESSOR_H
+#ifndef DCPOMATIC_SOUND_PROCESSOR_H
+#define DCPOMATIC_SOUND_PROCESSOR_H
 
 #include <string>
 #include <vector>
+#include <boost/utility.hpp>
 
 /** @class SoundProcessor
  *  @brief Class to describe a sound processor.
  */
-class SoundProcessor
+class SoundProcessor : public boost::noncopyable
 {
 public:
        SoundProcessor (std::string i, std::string n);