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.h | |
| parent | 633a7e06b94fc04f24d0945aec05b2f9b9d1ea8e (diff) | |
Use cxml::NodePtr.
Diffstat (limited to 'src/lib/content_factory.h')
| -rw-r--r-- | src/lib/content_factory.h | 2 |
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); |
