summaryrefslogtreecommitdiff
path: root/src/lib/dcp_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dcp_content.h')
-rw-r--r--src/lib/dcp_content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h
index 3b843f22e..d50986357 100644
--- a/src/lib/dcp_content.h
+++ b/src/lib/dcp_content.h
@@ -93,6 +93,8 @@ public:
std::vector<boost::filesystem::path> directories () const;
+ boost::filesystem::path path_for_display() const override;
+
bool encrypted () const {
boost::mutex::scoped_lock lm (_mutex);
return _encrypted;