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/content.cc | |
| parent | 308488324dbc4d8b709d3fb1dc9fee0479346c21 (diff) | |
Use cxml::ConstNodePtr.
Diffstat (limited to 'src/lib/content.cc')
| -rw-r--r-- | src/lib/content.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc index c4836cfa8..b6678cb4d 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -79,7 +79,7 @@ Content::Content (shared_ptr<const Film> f, boost::filesystem::path p) _paths.push_back (p); } -Content::Content (shared_ptr<const Film> f, shared_ptr<const cxml::Node> node) +Content::Content (shared_ptr<const Film> f, cxml::ConstNodePtr node) : _film (f) , _change_signals_frequent (false) { |
