diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-01 00:47:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-01 00:47:53 +0100 |
| commit | d46f9684e7c4a77d07b4bb6f4b8c85dba2584597 (patch) | |
| tree | 4ddeb09847f93600301422394936d544de9eba7d /src/dcp.h | |
| parent | 11990d194b5071b7f57ead972369dd9598f04ca3 (diff) | |
Simplify NameFormat stuff.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |
