summaryrefslogtreecommitdiff
path: root/src/lib/content_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/content_factory.h')
-rw-r--r--src/lib/content_factory.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h
index 2522ad017..ab76a29dc 100644
--- a/src/lib/content_factory.h
+++ b/src/lib/content_factory.h
@@ -23,10 +23,9 @@
*/
#include <libcxml/cxml.h>
-#include <boost/shared_ptr.hpp>
class Film;
class Content;
-extern boost::shared_ptr<Content> content_factory (cxml::ConstNodePtr, int, std::list<std::string> &);
-extern std::list<boost::shared_ptr<Content> > content_factory (boost::filesystem::path);
+extern std::shared_ptr<Content> content_factory (cxml::ConstNodePtr, int, std::list<std::string> &);
+extern std::list<std::shared_ptr<Content> > content_factory (boost::filesystem::path);