Cleanup: fix more comments/guards (and add check script).
[libdcp.git] / src / reel_smpte_closed_caption_asset.h
index 8b38d2addd032641d36f6da005cc4115bf5445dc..e7a26f65ea9c1f8090c0b439a1e91f06c80184d7 100644 (file)
@@ -52,7 +52,7 @@ namespace dcp {
 class ReelSMPTEClosedCaptionAsset : public ReelClosedCaptionAsset
 {
 public:
-       ReelSMPTEClosedCaptionAsset (std::shared_ptr<SMPTESubtitleAsset> asset, Fraction edit_rate, int64_t instrinsic_duration, int64_t entry_point);
+       ReelSMPTEClosedCaptionAsset (std::shared_ptr<SMPTESubtitleAsset> asset, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point);
        explicit ReelSMPTEClosedCaptionAsset (std::shared_ptr<const cxml::Node>);
 
        std::shared_ptr<SMPTESubtitleAsset> smpte_asset () {
@@ -63,7 +63,7 @@ public:
                return asset_of_type<const SMPTESubtitleAsset>();
        }
 
-       xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const override;
+       xmlpp::Element* write_to_cpl(xmlpp::Element* node, Standard standard) const override;
 
 
 private: