diff options
Diffstat (limited to 'src/lib/subrip_content.h')
| -rw-r--r-- | src/lib/subrip_content.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/subrip_content.h b/src/lib/subrip_content.h index 30a824eec..6138c047e 100644 --- a/src/lib/subrip_content.h +++ b/src/lib/subrip_content.h @@ -34,9 +34,9 @@ public: std::string technical_summary () const; std::string information () const; void as_xml (xmlpp::Node *); - Time full_length () const; + DCPTime full_length () const; std::string identifier () const; private: - Time _length; + DCPTime _length; }; |
