diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-01 20:57:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-07 22:45:15 +0100 |
| commit | a639f6822e4eb3d6ead611776583b5dc6909212a (patch) | |
| tree | bcbd33c86e214ab8f7c0cc1a67612605a2d013cb /src | |
| parent | e795a038d60e46d1241ea0be2ff44c75ef5b45b9 (diff) | |
Cleanup: const correctness.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 {}; } |
