diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-25 13:34:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-25 13:34:52 +0100 |
| commit | 5384418af0299194ecf3e27fd2e443e7d882a713 (patch) | |
| tree | f98eb2909e4601d56774d1c23119b23aa91ecdb6 /src/dcp.h | |
| parent | b3e7a9625f860e7d83c4077b24fe811eb9941456 (diff) | |
Tidy up interop API.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ public: /** Write the required XML files to the directory that was * passed into the constructor. */ - void write_xml (XMLMetadata const &, bool interop = false, boost::shared_ptr<Encryption> crypt = boost::shared_ptr<Encryption> ()) const; + void write_xml (bool interop, XMLMetadata const &, boost::shared_ptr<Encryption> crypt = boost::shared_ptr<Encryption> ()) const; /** Compare this DCP with another, according to various options. * @param other DCP to compare this one to. |
