From 216166d7a5457815917472daffd7ca18e1c31a3a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 8 Dec 2025 23:53:23 +0100 Subject: Move remove_parameters() out to a static method. --- src/dcp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dcp.h') diff --git a/src/dcp.h b/src/dcp.h index 482f4969..f11ec711 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -205,6 +205,8 @@ private: /** Throws MissingAssetmapError if asset map could not be found */ AssetMap read_assetmap() const; + static std::string remove_parameters(std::string const& n); + /** The directory that we are writing to */ boost::filesystem::path _directory; /** The CPLs that make up this DCP */ -- cgit v1.2.3