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/dcp_content.h | |
| parent | dfce73ef2de0d912507a0d7819f8b469202852f5 (diff) | |
No-op; variable renaming.
Diffstat (limited to 'src/lib/dcp_content.h')
| -rw-r--r-- | src/lib/dcp_content.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 9365a6e2c..74f06cdc6 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -43,8 +43,8 @@ public: class DCPContent : public VideoContent, public SingleStreamAudioContent, public SubtitleContent { public: - DCPContent (boost::shared_ptr<const Film> f, boost::filesystem::path p); - DCPContent (boost::shared_ptr<const Film> f, cxml::ConstNodePtr, int version); + DCPContent (boost::shared_ptr<const Film>, boost::filesystem::path p); + DCPContent (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int version); boost::shared_ptr<DCPContent> shared_from_this () { return boost::dynamic_pointer_cast<DCPContent> (Content::shared_from_this ()); |
