summaryrefslogtreecommitdiff
path: root/src/lib/dcp_content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-05 22:02:40 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-05 22:02:40 +0000
commit249ae25148213a2ab5d76980133182e7f2521524 (patch)
tree6d93a7d3b41ea40e369f8edb825390aae9936262 /src/lib/dcp_content.cc
parent8b6f0da2060d29b8d71745cf3db5dfe1a3ef1a43 (diff)
s/use_template/take_settings_from/g
Diffstat (limited to 'src/lib/dcp_content.cc')
-rw-r--r--src/lib/dcp_content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc
index fd0925935..43d6911f5 100644
--- a/src/lib/dcp_content.cc
+++ b/src/lib/dcp_content.cc
@@ -531,7 +531,7 @@ DCPContent::can_reference_subtitle (list<string>& why_not) const
}
void
-DCPContent::use_template (shared_ptr<const Content> c)
+DCPContent::take_settings_from (shared_ptr<const Content> c)
{
shared_ptr<const DCPContent> dc = dynamic_pointer_cast<const DCPContent> (c);
DCPOMATIC_ASSERT (dc);