diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-19 09:25:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-19 09:25:33 +0100 |
| commit | 53eea12d3e0d7925d5949de92859bc358ee0adcc (patch) | |
| tree | af933c37720c0c68f4911b73fb22e289da990682 /src/lib/single_stream_audio_content.h | |
| parent | dfce73ef2de0d912507a0d7819f8b469202852f5 (diff) | |
No-op; variable renaming.
Diffstat (limited to 'src/lib/single_stream_audio_content.h')
| -rw-r--r-- | src/lib/single_stream_audio_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/single_stream_audio_content.h b/src/lib/single_stream_audio_content.h index d8fcb8df0..abe68b444 100644 --- a/src/lib/single_stream_audio_content.h +++ b/src/lib/single_stream_audio_content.h @@ -36,7 +36,7 @@ class SingleStreamAudioContent : public AudioContent public: SingleStreamAudioContent (boost::shared_ptr<const Film>); SingleStreamAudioContent (boost::shared_ptr<const Film>, boost::filesystem::path); - SingleStreamAudioContent (boost::shared_ptr<const Film> f, cxml::ConstNodePtr node, int version); + SingleStreamAudioContent (boost::shared_ptr<const Film>, cxml::ConstNodePtr node, int version); void as_xml (xmlpp::Node* node) const; |
