summaryrefslogtreecommitdiff
path: root/src/lib/image_content.h
diff options
context:
space:
mode:
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