From bb0a36c3a6bea9cd1ebdde7b8a3a04765e317569 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 19 May 2014 11:34:01 +0100 Subject: Use cxml::ConstNodePtr. --- src/lib/ffmpeg_content.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/ffmpeg_content.h') diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index 37746ac9d..c546d69eb 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -41,7 +41,7 @@ public: , _id (i) {} - FFmpegStream (boost::shared_ptr); + FFmpegStream (cxml::ConstNodePtr); void as_xml (xmlpp::Node *) const; @@ -81,7 +81,7 @@ public: mapping.make_default (); } - FFmpegAudioStream (boost::shared_ptr, int); + FFmpegAudioStream (cxml::ConstNodePtr, int); void as_xml (xmlpp::Node *) const; @@ -109,7 +109,7 @@ public: : FFmpegStream (n, i) {} - FFmpegSubtitleStream (boost::shared_ptr); + FFmpegSubtitleStream (cxml::ConstNodePtr); void as_xml (xmlpp::Node *) const; }; @@ -128,7 +128,7 @@ class FFmpegContent : public VideoContent, public AudioContent, public SubtitleC { public: FFmpegContent (boost::shared_ptr, boost::filesystem::path); - FFmpegContent (boost::shared_ptr, boost::shared_ptr, int version, std::list &); + FFmpegContent (boost::shared_ptr, cxml::ConstNodePtr, int version, std::list &); FFmpegContent (boost::shared_ptr, std::vector >); boost::shared_ptr shared_from_this () { -- cgit v1.2.3