diff options
Diffstat (limited to 'src/reel_interop_text_asset.h')
| -rw-r--r-- | src/reel_interop_text_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reel_interop_text_asset.h b/src/reel_interop_text_asset.h index 4c0648e4..70a8069f 100644 --- a/src/reel_interop_text_asset.h +++ b/src/reel_interop_text_asset.h @@ -63,6 +63,8 @@ public: xmlpp::Element* write_to_cpl(xmlpp::Element* node, Standard standard) const override; + virtual std::shared_ptr<ReelTextAsset> clone() const override; + protected: std::string cpl_node_name() const override; std::pair<std::string, std::string> cpl_node_namespace() const override; |
