Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / string_text_file.h
index 0091973a46db925d7ab8751c92442f7ca698cc1f..5ade4a9ec8be3534372db5e9e7157f317bbe9a8c 100644 (file)
@@ -43,8 +43,8 @@ class StringTextFile
 public:
        explicit StringTextFile (boost::shared_ptr<const StringTextFileContent>);
 
-       boost::optional<ContentTime> first () const;
-       ContentTime length () const;
+       boost::optional<dcpomatic::ContentTime> first () const;
+       dcpomatic::ContentTime length () const;
 
 protected:
        std::vector<sub::Subtitle> _subtitles;