s/use_template/take_settings_from/g
[dcpomatic.git] / src / lib / image_content.h
index 660d2ef9fc21883e09918ddedee29009ae7c5a4b..eeaf1e2b02bea67a346928ba141e1a3dc2c28902 100644 (file)
@@ -47,6 +47,8 @@ public:
 
 private:
        void add_properties (std::list<UserProperty>& p) const;
+
+       boost::optional<boost::filesystem::path> _path_to_scan;
 };
 
 #endif