Various improvements to the content properties dialogue (including #791).
[dcpomatic.git] / src / lib / ffmpeg_content.h
index 8bd84c144dabd7efce225cdae1b3577f1a0829ef..c7dc374fdcd526df74ea5e0941080283eb169cb4 100644 (file)
@@ -106,7 +106,7 @@ public:
        std::list<ContentTimePeriod> text_subtitles_during (ContentTimePeriod, bool starting) const;
 
 protected:
-       void add_properties (std::list<std::pair<std::string, std::string> > &) const;
+       void add_properties (std::list<UserProperty> &) const;
 
 private:
        friend struct ffmpeg_pts_offset_test;