summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-03 23:41:24 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-03 23:41:24 +0100
commit988ed4fac88965f2fc260f55a05e2db87bb1ecb8 (patch)
tree4b0899703cfbcca3b2f9c880446aa570dddb73c5 /src/lib/film.h
parent77da11b5e09820f8f5babac6d17ff35c0098c96e (diff)
Confirm overwrite of existing DCP when creating a new one.
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index 2b700b007..1d8af39d8 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -89,7 +89,7 @@ public:
}
boost::filesystem::path file (boost::filesystem::path f) const;
- boost::filesystem::path dir (boost::filesystem::path d) const;
+ boost::filesystem::path dir (boost::filesystem::path d, bool create = true) const;
void use_template (std::string name);
std::list<std::string> read_metadata (boost::optional<boost::filesystem::path> path = boost::optional<boost::filesystem::path> ());