summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-01 00:47:53 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-01 00:47:53 +0100
commitd46f9684e7c4a77d07b4bb6f4b8c85dba2584597 (patch)
tree4ddeb09847f93600301422394936d544de9eba7d /src/dcp.h
parent11990d194b5071b7f57ead972369dd9598f04ca3 (diff)
Simplify NameFormat stuff.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dcp.h b/src/dcp.h
index cc87d0d1..fecf3cff 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -41,7 +41,7 @@
#include "types.h"
#include "certificate.h"
#include "metadata.h"
-#include "filename_format.h"
+#include "name_format.h"
#include <boost/shared_ptr.hpp>
#include <boost/signals2.hpp>
#include <string>
@@ -113,7 +113,7 @@ public:
Standard standard,
XMLMetadata metadata = XMLMetadata (),
boost::shared_ptr<const CertificateChain> signer = boost::shared_ptr<const CertificateChain> (),
- FilenameFormat filename_format = FilenameFormat("%t_%i")
+ NameFormat name_format = NameFormat("%t_%i")
);
void resolve_refs (std::list<boost::shared_ptr<Asset> > assets);