diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-19 11:34:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-19 11:34:01 +0100 |
| commit | bb0a36c3a6bea9cd1ebdde7b8a3a04765e317569 (patch) | |
| tree | fe31842bc2fcb511f3f6daf02c78575b4eabaec5 /src/lib/dcp_video_frame.h | |
| parent | 308488324dbc4d8b709d3fb1dc9fee0479346c21 (diff) | |
Use cxml::ConstNodePtr.
Diffstat (limited to 'src/lib/dcp_video_frame.h')
| -rw-r--r-- | src/lib/dcp_video_frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_video_frame.h b/src/lib/dcp_video_frame.h index 0a8b5f287..c51a3f02b 100644 --- a/src/lib/dcp_video_frame.h +++ b/src/lib/dcp_video_frame.h @@ -101,7 +101,7 @@ class DCPVideoFrame : public boost::noncopyable { public: DCPVideoFrame (boost::shared_ptr<const Image>, int, Eyes, ColourConversion, int, int, Resolution, boost::shared_ptr<Log>); - DCPVideoFrame (boost::shared_ptr<const Image>, boost::shared_ptr<const cxml::Node>, boost::shared_ptr<Log>); + DCPVideoFrame (boost::shared_ptr<const Image>, cxml::ConstNodePtr, boost::shared_ptr<Log>); boost::shared_ptr<EncodedData> encode_locally (); boost::shared_ptr<EncodedData> encode_remotely (ServerDescription); |
