diff options
Diffstat (limited to 'src/reel_subtitle_asset.h')
| -rw-r--r-- | src/reel_subtitle_asset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reel_subtitle_asset.h b/src/reel_subtitle_asset.h index 8e0edc49..4cc03cf1 100644 --- a/src/reel_subtitle_asset.h +++ b/src/reel_subtitle_asset.h @@ -56,6 +56,7 @@ public: explicit ReelSubtitleAsset (boost::shared_ptr<const cxml::Node>); xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const; + bool equals (boost::shared_ptr<const ReelSubtitleAsset>, EqualityOptions, NoteHandler) const; boost::shared_ptr<SubtitleAsset> asset () const { return asset_of_type<SubtitleAsset> (); |
