summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 35e2edf8..9811b60d 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -182,7 +182,7 @@ public:
return _pkls;
}
- boost::optional<boost::filesystem::path> asset_map_path() {
+ boost::optional<boost::filesystem::path> asset_map_path() const {
if (!_asset_map) {
return {};
}