diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-05 22:02:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-05 22:02:40 +0000 |
| commit | 249ae25148213a2ab5d76980133182e7f2521524 (patch) | |
| tree | 6d93a7d3b41ea40e369f8edb825390aae9936262 /src/lib/audio_content.h | |
| parent | 8b6f0da2060d29b8d71745cf3db5dfe1a3ef1a43 (diff) | |
s/use_template/take_settings_from/g
Diffstat (limited to 'src/lib/audio_content.h')
| -rw-r--r-- | src/lib/audio_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 1a2c2911d..e582bca20 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -48,7 +48,7 @@ public: void as_xml (xmlpp::Node *) const; std::string technical_summary () const; - void use_template (boost::shared_ptr<const AudioContent> c); + void take_settings_from (boost::shared_ptr<const AudioContent> c); AudioMapping mapping () const; void set_mapping (AudioMapping); |
