diff options
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"); |
