X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fstring_text_file.h;h=5ade4a9ec8be3534372db5e9e7157f317bbe9a8c;hp=0091973a46db925d7ab8751c92442f7ca698cc1f;hb=c4403784febdbdd42e9c32e67fadb147f11fe566;hpb=248fe9bd28d93a9e269093b4dfbec5d0ceb49ce1 diff --git a/src/lib/string_text_file.h b/src/lib/string_text_file.h index 0091973a4..5ade4a9ec 100644 --- a/src/lib/string_text_file.h +++ b/src/lib/string_text_file.h @@ -43,8 +43,8 @@ class StringTextFile public: explicit StringTextFile (boost::shared_ptr); - boost::optional first () const; - ContentTime length () const; + boost::optional first () const; + dcpomatic::ContentTime length () const; protected: std::vector _subtitles;