diff options
Diffstat (limited to 'test/error_test.cc')
| -rw-r--r-- | test/error_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/error_test.cc b/test/error_test.cc index 6992acff..a0f6a0f3 100644 --- a/test/error_test.cc +++ b/test/error_test.cc @@ -34,7 +34,7 @@ BOOST_AUTO_TEST_CASE (error_test) libdcp::DCP d ("build/test/fred"); /* Random filename that does not exist */ - vector<string> p; + vector<boost::filesystem::path> p; p.push_back ("frobozz"); /* Trying to create video/audio MXFs using a non-existant file should throw an exception */ |
