Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / film.cc
index 0b9e57117a606f8688a513bd0e3f36989d2f4ce6..efc89e0eb6be3b27c6a7c04a31b82ee32c68f54b 100644 (file)
@@ -99,6 +99,7 @@ using boost::dynamic_pointer_cast;
 using boost::optional;
 using boost::is_any_of;
 using dcp::raw_convert;
+using namespace dcpomatic;
 
 string const Film::metadata_file = "metadata.xml";
 
@@ -548,7 +549,6 @@ Film::read_metadata (optional<boost::filesystem::path> path)
        }
 
        list<string> notes;
-       /* This method is the only one that can return notes (so far) */
        _playlist->set_from_xml (shared_from_this(), f.node_child ("Playlist"), _state_version, notes);
 
        /* Write backtraces to this film's directory, until another film is loaded */