summaryrefslogtreecommitdiff
path: root/src/lib/content_factory.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-20 00:00:51 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-20 00:00:51 +0000
commitd324fc102df00d6dc62614938f78cf983a101dd4 (patch)
tree646f8c9558cc21e769f7cefcd0248753f3bfebe3 /src/lib/content_factory.h
parent633a7e06b94fc04f24d0945aec05b2f9b9d1ea8e (diff)
Use cxml::NodePtr.
Diffstat (limited to 'src/lib/content_factory.h')
-rw-r--r--src/lib/content_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h
index 93fd98d83..d2f75051a 100644
--- a/src/lib/content_factory.h
+++ b/src/lib/content_factory.h
@@ -19,5 +19,5 @@
class Film;
-extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, boost::shared_ptr<cxml::Node>);
+extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, cxml::NodePtr);
extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, boost::filesystem::path);