Cleanup: const correctness.
[libdcp.git] / src / dcp.h
index 35e2edf889272378a125c65d49d7dcef513f9e2b..9811b60d6e2a5f65ecbdb664803862ac3d1a796a 100644 (file)
--- 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 {};
                }