diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-20 00:00:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-20 00:00:51 +0000 |
| commit | d324fc102df00d6dc62614938f78cf983a101dd4 (patch) | |
| tree | 646f8c9558cc21e769f7cefcd0248753f3bfebe3 /src/lib/content_factory.cc | |
| parent | 633a7e06b94fc04f24d0945aec05b2f9b9d1ea8e (diff) | |
Use cxml::NodePtr.
Diffstat (limited to 'src/lib/content_factory.cc')
| -rw-r--r-- | src/lib/content_factory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content_factory.cc b/src/lib/content_factory.cc index d42491f7f..ed9a9e769 100644 --- a/src/lib/content_factory.cc +++ b/src/lib/content_factory.cc @@ -28,7 +28,7 @@ using std::string; using boost::shared_ptr; shared_ptr<Content> -content_factory (shared_ptr<const Film> film, shared_ptr<cxml::Node> node) +content_factory (shared_ptr<const Film> film, cxml::NodePtr node) { string const type = node->string_child ("Type"); |
