summaryrefslogtreecommitdiff
path: root/src/sound_frame.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-27 12:27:06 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-27 12:27:06 +0000
commite5d368553b47a566a83d4edce0a8f166db9509e6 (patch)
treedfdd9b9a82800ea30432c454dee77ac144269f58 /src/sound_frame.h
parent2cc2026701c9e8268ba154ec9330c5d56cbdc240 (diff)
More tidying.
Diffstat (limited to 'src/sound_frame.h')
-rw-r--r--src/sound_frame.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sound_frame.h b/src/sound_frame.h
index eedfc477..e7b13885 100644
--- a/src/sound_frame.h
+++ b/src/sound_frame.h
@@ -20,8 +20,9 @@
#ifndef LIBDCP_SOUND_FRAME_H
#define LIBDCP_SOUND_FRAME_H
-#include <string>
+#include <boost/noncopyable.hpp>
#include <stdint.h>
+#include <string>
namespace ASDCP {
namespace PCM {
@@ -32,7 +33,7 @@ namespace ASDCP {
namespace dcp {
-class SoundFrame
+class SoundFrame : public boost::noncopyable
{
public:
SoundFrame (std::string mxf_path, int n, ASDCP::AESDecContext *);