summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dcp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 9811b60d..941df67c 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -190,6 +190,10 @@ public:
return _asset_map->path();
}
+ boost::optional<AssetMap> asset_map() const {
+ return _asset_map;
+ }
+
static std::vector<boost::filesystem::path> directories_from_files (std::vector<boost::filesystem::path> files);
private: