summaryrefslogtreecommitdiff
path: root/src/object.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/object.h
parent2cc2026701c9e8268ba154ec9330c5d56cbdc240 (diff)
More tidying.
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 ();