Cleanup: forward declaration sorting.
[libdcp.git] / src / dcp.h
index bf9b3aaf03da832ec938d8497ce80e4048a1a582..d5ffa6891a1c790af7f6bc35ddc75bd3bc0e754f 100644 (file)
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -67,14 +67,14 @@ namespace dcp
 {
 
 
-class PKL;
-class Content;
-class Reel;
+class Asset;
 class CPL;
 class CertificateChain;
+class Content;
 class DecryptedKDM;
-class Asset;
+class PKL;
 class ReadError;
+class Reel;
 
 
 /** @class DCP
@@ -124,7 +124,7 @@ public:
         *  @param note Functor to handle notes made by the equality operation.
         *  @return true if the DCPs are equal according to EqualityOptions, otherwise false.
         */
-       bool equals (DCP const & other, EqualityOptions options, NoteHandler note) const;
+       bool equals(DCP const & other, EqualityOptions const& options, NoteHandler note) const;
 
        void add (std::shared_ptr<CPL> cpl);