Add move constructor/operator=.
[libdcp.git] / src / dcp.h
index c08ccf38e0b0e2db5eafe0852d13e4c9c1d4b5d0..35e2edf889272378a125c65d49d7dcef513f9e2b 100644 (file)
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -95,6 +95,9 @@ public:
        DCP (DCP const&) = delete;
        DCP& operator= (DCP const&) = delete;
 
+       DCP (DCP &&);
+       DCP& operator= (DCP &&);
+
        /** Read a DCP.  This method does not do any deep checking of the DCP's validity, but
         *  if it comes across any bad things it will do one of two things.
         *