s/use_template/take_settings_from/g
[dcpomatic.git] / src / lib / subtitle_content.cc
index 37d431e1aa1701234cc0827c206ca559de0900e1..b603a455da72edf091e5e9507eda24e14f084e86 100644 (file)
@@ -413,7 +413,7 @@ SubtitleContent::set_outline_width (int w)
 }
 
 void
-SubtitleContent::use_template (shared_ptr<const SubtitleContent> c)
+SubtitleContent::take_settings_from (shared_ptr<const SubtitleContent> c)
 {
        _use = c->_use;
        _burn = c->_burn;