summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-25 17:19:59 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-25 17:19:59 +0100
commite563727ee7b72881ee163db9b777559c8ceb5074 (patch)
tree691966d59ee49912c6c020f67759ee13ece0a925 /test/test.h
parent43465aa4037cec6d351a842a6624a50685d6c127 (diff)
Add round-trip KDM test. Fix various bugs in KDM generation. Some string -> path.
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.h b/test/test.h
index de790364..d6691bc0 100644
--- a/test/test.h
+++ b/test/test.h
@@ -17,6 +17,6 @@
*/
-extern std::string j2c (int);
-extern std::string wav (libdcp::Channel);
+extern boost::filesystem::path j2c (int);
+extern boost::filesystem::path wav (libdcp::Channel);
extern std::string test_corpus;