Fix up namespace for master.
authorCarl Hetherington <cth@carlh.net>
Tue, 8 Oct 2019 21:22:12 +0000 (21:22 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 8 Oct 2019 21:22:12 +0000 (21:22 +0000)
test/reel_writer_test.cc

index db63ca8bf0247668b5980574e24f2e27af52627d..02b6fc8498322b20bef75dd748c78ad486cbd7ef 100644 (file)
@@ -46,7 +46,7 @@ static bool equal (dcp::FrameInfo a, ReelWriter const & writer, boost::filesyste
 BOOST_AUTO_TEST_CASE (write_frame_info_test)
 {
        shared_ptr<Film> film = new_test_film2 ("write_frame_info_test");
-       dcpomatic::DCPTimePeriod const period (dcpomatic::DCPTime(0), dcpomatic::DCPTime(96000));
+       DCPTimePeriod const period (DCPTime(0), DCPTime(96000));
        ReelWriter writer (film, period, shared_ptr<Job>(), 0, 1, optional<string>());
 
        /* Write the first one */