const fixes.
[libdcp.git] / test / test.cc
index 926eb0fb5b9e3f46348e7395425c9ec795824162..72d0c7dd92797392024864c5686ce40394d2b1f2 100644 (file)
@@ -34,13 +34,13 @@ struct TestConfig
 
 BOOST_GLOBAL_FIXTURE (TestConfig);
 
-string
+boost::filesystem::path
 j2c (int)
 {
        return "test/data/32x32_red_square.j2c";
 }
 
-string
+boost::filesystem::path
 wav (libdcp::Channel)
 {
        return "test/data/1s_24-bit_48k_silence.wav";