summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-08 23:53:23 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-08 23:53:23 +0100
commit216166d7a5457815917472daffd7ca18e1c31a3a (patch)
treeaed6372bf8b040968b647b7e15d5b46047c35bd0 /src/dcp.h
parent494406afd32db350778e7b6be2aecc7d10b15125 (diff)
Move remove_parameters() out to a static method.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h2
1 files changed, 2 insertions, 0 deletions
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 */