diff options
Diffstat (limited to 'src/reel_text_asset.h')
| -rw-r--r-- | src/reel_text_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reel_text_asset.h b/src/reel_text_asset.h index 35efe941..9bbea1f7 100644 --- a/src/reel_text_asset.h +++ b/src/reel_text_asset.h @@ -75,6 +75,8 @@ public: return asset_of_type<TextAsset>(); } + virtual std::shared_ptr<ReelTextAsset> clone() const = 0; + bool equals(std::shared_ptr<const ReelTextAsset>, EqualityOptions const&, NoteHandler) const; void set_language (dcp::LanguageTag language); |
