summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-18 14:49:57 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-18 14:49:57 +0000
commitc226f90a2c113b8bbc270f29e6aa035ae1229d57 (patch)
tree34609bf4e6f220185de5ec3e1ce381f8e41016bb /test/test.h
parent060a980527bc0b39e12494fec3c0baaab4c9d086 (diff)
Repeat frames rather than using black for missing frames when we're inside some content.
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.h b/test/test.h
index e49dfc276..c58296665 100644
--- a/test/test.h
+++ b/test/test.h
@@ -23,6 +23,6 @@ class Film;
extern void wait_for_jobs ();
extern boost::shared_ptr<Film> new_test_film (std::string);
-extern void check_dcp (std::string, std::string);
+extern void check_dcp (boost::filesystem::path, boost::filesystem::path);
extern void check_xml (boost::filesystem::path, boost::filesystem::path, std::list<std::string>);
extern boost::filesystem::path test_film_dir (std::string);