diff options
Diffstat (limited to 'src/object.h')
| -rw-r--r-- | src/object.h | 3 |
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 (); |
