summaryrefslogtreecommitdiff
path: root/src/lib/content_factory.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-23 08:35:38 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-23 08:35:38 +0000
commit7ab80b672a5e7d0ec8ad5dccda7503c04d40ffb5 (patch)
tree9031406317ec44f2a048ca71896edfdc6911c9c1 /src/lib/content_factory.h
parentb955dce68af7bddca254c46f031ae2e79157d529 (diff)
Fix estimate of required disk space to take referencing
of existing DCPs into account.
Diffstat (limited to 'src/lib/content_factory.h')
-rw-r--r--src/lib/content_factory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h
index fae7648ea..6b47492c4 100644
--- a/src/lib/content_factory.h
+++ b/src/lib/content_factory.h
@@ -21,7 +21,11 @@
* @brief Methods to create content objects.
*/
+#include <libcxml/cxml.h>
+#include <boost/shared_ptr.hpp>
+
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>, boost::filesystem::path);