Cleanup: fix more comments/guards (and add check script).
[libdcp.git] / src / interop_subtitle_asset.h
index 3005c8fc1249cb7fc6e16b8902dda55d3638af9d..ad1c68a7a7286a2a0ea3d0f6495f02ce5ecec527 100644 (file)
@@ -37,8 +37,8 @@
  */
 
 
-#ifndef DCP_INTEROP_SUBTITLE_ASSET_H
-#define DCP_INTEROP_SUBTITLE_ASSET_H
+#ifndef LIBDCP_INTEROP_SUBTITLE_ASSET_H
+#define LIBDCP_INTEROP_SUBTITLE_ASSET_H
 
 
 #include "subtitle_asset.h"
@@ -65,7 +65,7 @@ public:
 
        bool equals (
                std::shared_ptr<const Asset>,
-               EqualityOptions,
+               EqualityOptions const&,
                NoteHandler note
                ) const override;