summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-01 20:57:31 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-07 22:45:15 +0100
commita639f6822e4eb3d6ead611776583b5dc6909212a (patch)
treebcbd33c86e214ab8f7c0cc1a67612605a2d013cb /src
parente795a038d60e46d1241ea0be2ff44c75ef5b45b9 (diff)
Cleanup: const correctness.
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 {};
}