diff options
Diffstat (limited to 'src/lib/dcp_content.h')
| -rw-r--r-- | src/lib/dcp_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 78c97bec5..26c1802ba 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -125,7 +125,7 @@ public: bool can_reference_subtitle (std::list<std::string> &) const; protected: - void add_properties (std::list<std::pair<std::string, std::string> >& p) const; + void add_properties (std::list<UserProperty>& p) const; private: void read_directory (boost::filesystem::path); |
