diff options
Diffstat (limited to 'src/lib/image_content.h')
| -rw-r--r-- | src/lib/image_content.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/image_content.h b/src/lib/image_content.h index e5a0311d9..f929e2b6f 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -41,11 +41,11 @@ public: std::string summary () const; std::string technical_summary () const; void as_xml (xmlpp::Node *) const; - Time full_length () const; + DCPTime full_length () const; std::string identifier () const; - void set_video_length (VideoContent::Frame); + void set_video_length (VideoFrame); bool still () const; void set_video_frame_rate (float); }; |
