summaryrefslogtreecommitdiff
path: root/src/dcp_reader.h
diff options
context:
space:
mode:
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);
};
}