diff options
Diffstat (limited to 'src/reel_encryptable_asset.h')
| -rw-r--r-- | src/reel_encryptable_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_encryptable_asset.h b/src/reel_encryptable_asset.h index 978b2255..0eeb9640 100644 --- a/src/reel_encryptable_asset.h +++ b/src/reel_encryptable_asset.h @@ -84,7 +84,7 @@ public: } protected: - void write_to_cpl_mxf (xmlpp::Node* node) const; + void write_to_cpl_encryptable (xmlpp::Node* node) const; private: boost::optional<std::string> _key_id; ///< The <KeyId> from the reel's entry for this asset, if there is one |
