From c4403784febdbdd42e9c32e67fadb147f11fe566 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 8 May 2019 23:41:42 +0100 Subject: Put Time types in dcpomatic namespace. --- src/lib/string_text_file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/string_text_file.h') 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; -- cgit v1.2.3