summaryrefslogtreecommitdiff
path: root/src/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.h')
-rw-r--r--src/object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/object.h b/src/object.h
index 1b99e363..82598c58 100644
--- a/src/object.h
+++ b/src/object.h
@@ -24,6 +24,7 @@
#ifndef LIBDCP_OBJECT_H
#define LIBDCP_OBJECT_H
+#include <boost/noncopyable.hpp>
#include <string>
namespace dcp {
@@ -31,7 +32,7 @@ namespace dcp {
/** @class Object
* @brief Some part of a DCP that has a UUID.
*/
-class Object
+class Object : public boost::noncopyable
{
public:
Object ();