summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
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/video_content.h
parent8b6f0da2060d29b8d71745cf3db5dfe1a3ef1a43 (diff)
s/use_template/take_settings_from/g
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index 412d4d034..84b3d2268 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -57,7 +57,7 @@ public:
void as_xml (xmlpp::Node *) const;
std::string technical_summary () const;
std::string identifier () const;
- void use_template (boost::shared_ptr<const VideoContent> c);
+ void take_settings_from (boost::shared_ptr<const VideoContent> c);
Frame length () const {
boost::mutex::scoped_lock lm (_mutex);