Various improvements to the content properties dialogue (including #791).
[dcpomatic.git] / src / lib / dcp_content.cc
index 84c864d990414a112ea7305edf546c6728aa4e0e..8698c4ecd8325ef712b59ad600333290d3e5d67f 100644 (file)
@@ -205,7 +205,7 @@ DCPContent::directory () const
 }
 
 void
-DCPContent::add_properties (list<pair<string, string> >& p) const
+DCPContent::add_properties (list<UserProperty>& p) const
 {
        SingleStreamAudioContent::add_properties (p);
 }