summaryrefslogtreecommitdiff
path: root/src/verify_j2k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify_j2k.h')
-rw-r--r--src/verify_j2k.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verify_j2k.h b/src/verify_j2k.h
index dbfc488b..02efc815 100644
--- a/src/verify_j2k.h
+++ b/src/verify_j2k.h
@@ -48,7 +48,7 @@
namespace dcp {
-class Data;
+class ConstantData;
/** @param start_index Frame index within the DCP where this frame's reel starts.
@@ -56,7 +56,7 @@ class Data;
* @param frame_rate Video frame rate (in frames per second) to calculate how big the tile parts
* can be.
*/
-void verify_j2k(std::shared_ptr<const Data> data, int start_index, int frame_index, int frame_rate, std::vector<VerificationNote>& notes);
+void verify_j2k(ConstantData const& data, int start_index, int frame_index, int frame_rate, std::vector<VerificationNote>& notes);
}