summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
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 */