diff options
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 9c090c690..f712d9364 100644 --- a/src/lib/content_factory.h +++ b/src/lib/content_factory.h @@ -28,5 +28,5 @@ class Film; class Content; -extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, cxml::NodePtr, int, std::list<std::string> &); +extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int, std::list<std::string> &); extern std::list<boost::shared_ptr<Content> > content_factory (boost::shared_ptr<const Film>, boost::filesystem::path); |
