summaryrefslogtreecommitdiff
path: root/src/reel_subtitle_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel_subtitle_asset.h')
-rw-r--r--src/reel_subtitle_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_subtitle_asset.h b/src/reel_subtitle_asset.h
index 8b694fd6..c619c752 100644
--- a/src/reel_subtitle_asset.h
+++ b/src/reel_subtitle_asset.h
@@ -73,7 +73,7 @@ public:
return asset_of_type<SubtitleAsset>();
}
- xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const override;
+ xmlpp::Element* write_to_cpl(xmlpp::Element* node, Standard standard) const override;
bool equals(std::shared_ptr<const ReelSubtitleAsset>, EqualityOptions const&, NoteHandler) const;