diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-02 13:02:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-02 13:02:30 +0000 |
| commit | 3dfdd5795cf6514e15fdbece54c28f3bddc2aadc (patch) | |
| tree | 0b6a71d8d5c8be03ff424da5c5b0b42fb5f3018a /src/lib/image_content.h | |
| parent | 30e45dd697afc053f2d7be4ee2bc154e5061ad80 (diff) | |
Rationalise video/audio frame types.
Diffstat (limited to 'src/lib/image_content.h')
| -rw-r--r-- | src/lib/image_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 88c178faa..ef2bc0447 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -45,7 +45,7 @@ public: std::string identifier () const; - void set_video_length (VideoContent::Frame); + void set_video_length (VideoFrame); bool still () const; }; |
