diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-25 16:22:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-25 16:22:08 +0100 |
| commit | e520f1009eaa552c7b3931ced85c0f19d8aff554 (patch) | |
| tree | bf992eab88f0691e5bc336895656ff91cb5f233e /src/dcp.h | |
| parent | 8eb096bc6fed65dcfc5f1440f3141408004d10fb (diff) | |
No-op: whitespace.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -40,7 +40,7 @@ namespace xmlpp { namespace libdcp { -class Asset; +class Asset; class PictureAsset; class SoundAsset; class SubtitleAsset; @@ -57,7 +57,7 @@ namespace parse { /** @class DCP * @brief A class to create or read a DCP. */ - + class DCP : public boost::noncopyable { public: @@ -127,7 +127,7 @@ private: * @param pkl_uuid UUID to use. */ std::string write_pkl (std::string pkl_uuid, bool, XMLMetadata const &, boost::shared_ptr<const Signer>) const; - + /** Write the VOLINDEX file */ void write_volindex (bool) const; |
