diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-18 17:42:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-18 17:42:58 +0000 |
| commit | d8a19dca28268e3ac92f117d00c1064c0b06515c (patch) | |
| tree | c3a9d9d6b25689c828578300c46361444bb72c1b /src/lib/video_content.h | |
| parent | 1b81ba7c24e7f117d1960021d7e28c8f0147009f (diff) | |
Various improvements to the content properties dialogue (including #791).
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 0e58bd1b1..f672e37b5 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -174,7 +174,7 @@ public: protected: void take_from_video_examiner (boost::shared_ptr<VideoExaminer>); - void add_properties (std::list<std::pair<std::string, std::string> > &) const; + void add_properties (std::list<UserProperty> &) const; Frame _video_length; /** Video frame rate, or not set if this content should use the DCP's frame rate */ |
