Add a comment.
[dcpomatic.git] / src / lib / film.h
index 2b700b00752834cc48e803d61404932a8f7e9783..1d8af39d81b043ee6a7f16b9fed8893f86ec9bb9 100644 (file)
@@ -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> ());