diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-04 23:33:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-04 23:33:00 +0000 |
| commit | 513ac2cefb0ca8ebe6762cc1313ea9be813c646f (patch) | |
| tree | d9310313972c7b66c68b6908fb1c0c434e30274d /src/lib/image_content.h | |
| parent | daf6233204d381de4ec1d3a6c08c06d5973f9b90 (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.h | 2 |
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 |
