From cb574824a2e5d280b421e8c4e81fa90b85b877ae Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 1 Jan 2023 21:27:16 +0100 Subject: Cleanup: rename AssetMap::path -> file for consistency. --- src/dcp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dcp.h') diff --git a/src/dcp.h b/src/dcp.h index 941df67c..7d3d670a 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -182,12 +182,12 @@ public: return _pkls; } - boost::optional asset_map_path() const { + boost::optional asset_map_file() const { if (!_asset_map) { return {}; } - return _asset_map->path(); + return _asset_map->file(); } boost::optional asset_map() const { -- cgit v1.2.3