s/use_template/take_settings_from/g
[dcpomatic.git] / src / lib / audio_content.cc
index 909f890242dd68fbc91c5461c722a64c0456e16e..8334627762ffcd02856a602471f388ca6532ad26 100644 (file)
@@ -381,7 +381,7 @@ AudioContent::set_stream (AudioStreamPtr stream)
 }
 
 void
-AudioContent::use_template (shared_ptr<const AudioContent> c)
+AudioContent::take_settings_from (shared_ptr<const AudioContent> c)
 {
        _gain = c->_gain;
        _delay = c->_delay;