summaryrefslogtreecommitdiff
path: root/src/reel_markers_asset.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel_markers_asset.cc')
-rw-r--r--src/reel_markers_asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_markers_asset.cc b/src/reel_markers_asset.cc
index c6339df5..55a50a68 100644
--- a/src/reel_markers_asset.cc
+++ b/src/reel_markers_asset.cc
@@ -105,7 +105,7 @@ xmlpp::Node*
ReelMarkersAsset::write_to_cpl (xmlpp::Node* node, Standard standard) const
{
int const tcr = edit_rate().numerator / edit_rate().denominator;
- auto asset = write_to_cpl_asset (node, standard, optional<string>());
+ auto asset = ReelAsset::write_to_cpl (node, standard);
auto ml = asset->add_child("MarkerList");
for (auto const& i: _markers) {
auto m = ml->add_child("Marker");