Fix comment; image must be little-endian (assuming we are on little-endian CPUs...).
[libdcp.git] / src / dcp.h
index 635a972d65a07c3e961abaacd21741effb043a02..45ccce8875f12aed2c2941391d52d5a37a22fab3 100644 (file)
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -18,7 +18,7 @@
 */
 
 /** @file  src/dcp.h
- *  @brief A class to create a DCP.
+ *  @brief A class to create or read a DCP.
  */
 
 #ifndef LIBDCP_DCP_H
@@ -129,7 +129,7 @@ private:
        std::string write_pkl (std::string pkl_uuid, bool, XMLMetadata const &, boost::shared_ptr<const Signer>) const;
        
        /** Write the VOLINDEX file */
-       void write_volindex () const;
+       void write_volindex (bool) const;
 
        /** Write the ASSETMAP file.
         *  @param pkl_uuid UUID of our PKL.