summaryrefslogtreecommitdiff
path: root/src/reel_file_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel_file_asset.h')
-rw-r--r--src/reel_file_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_file_asset.h b/src/reel_file_asset.h
index 687e0d3e..48fdf215 100644
--- a/src/reel_file_asset.h
+++ b/src/reel_file_asset.h
@@ -56,7 +56,7 @@ public:
ReelFileAsset (std::shared_ptr<Asset> asset, boost::optional<std::string> key_id, std::string id, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point);
explicit ReelFileAsset (std::shared_ptr<const cxml::Node> node);
- virtual xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const override;
+ virtual xmlpp::Element* write_to_cpl(xmlpp::Element* node, Standard standard) const override;
/** @return a Ref to our actual asset */
Ref const & asset_ref () const {