summaryrefslogtreecommitdiff
path: root/src/lib/image_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-04 23:33:00 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-04 23:33:00 +0000
commit513ac2cefb0ca8ebe6762cc1313ea9be813c646f (patch)
treed9310313972c7b66c68b6908fb1c0c434e30274d /src/lib/image_content.h
parentdaf6233204d381de4ec1d3a6c08c06d5973f9b90 (diff)
Do read of image folders during the examine step; fixes #987.
Diffstat (limited to 'src/lib/image_content.h')
-rw-r--r--src/lib/image_content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/image_content.h b/src/lib/image_content.h
index 660d2ef9f..eeaf1e2b0 100644
--- a/src/lib/image_content.h
+++ b/src/lib/image_content.h
@@ -47,6 +47,8 @@ public:
private:
void add_properties (std::list<UserProperty>& p) const;
+
+ boost::optional<boost::filesystem::path> _path_to_scan;
};
#endif