summaryrefslogtreecommitdiff
path: root/src/dcp_reader.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-21 03:02:35 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-21 03:02:35 +0000
commit3efca90ea10f09980190d33eea2cc8346185a79a (patch)
tree2c8756ff3fa7238c5e7ea344e3d30107e79e1c73 /src/dcp_reader.h
parent2912464e4e2a11cd0543ee91b705a98104962daa (diff)
Build against libdcp1.
Diffstat (limited to 'src/dcp_reader.h')
-rw-r--r--src/dcp_reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp_reader.h b/src/dcp_reader.h
index 6d4fa71..09d9f6a 100644
--- a/src/dcp_reader.h
+++ b/src/dcp_reader.h
@@ -36,7 +36,7 @@ namespace sub {
class DCPReader : public Reader
{
public:
- DCPReader (boost::filesystem::path file);
+ DCPReader (boost::filesystem::path file, bool interop);
};
}