summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/content.h')
-rw-r--r--src/lib/content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index a14c35774..29dce2c9e 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -76,7 +76,7 @@ public:
explicit Content ();
Content (dcpomatic::DCPTime);
Content (boost::filesystem::path);
- Content (cxml::ConstNodePtr);
+ Content (cxml::ConstNodePtr, boost::optional<boost::filesystem::path> directory);
Content (std::vector<std::shared_ptr<Content>>);
virtual ~Content () {}