Some OS X build fixes.
[libdcp.git] / src / object.h
index 1b99e363b2e58da79ad89862c9131496b709ec07..82598c589a1106c183fdbdaba6bbeb75e6f25170 100644 (file)
@@ -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 ();