diff options
Diffstat (limited to 'src/reel_picture_asset.h')
| -rw-r--r-- | src/reel_picture_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_picture_asset.h b/src/reel_picture_asset.h index 979bd8f6..a20c216f 100644 --- a/src/reel_picture_asset.h +++ b/src/reel_picture_asset.h @@ -54,7 +54,7 @@ public: ReelPictureAsset (boost::shared_ptr<PictureAsset> asset, int64_t entry_point); explicit ReelPictureAsset (boost::shared_ptr<const cxml::Node>); - virtual void write_to_cpl (xmlpp::Node* node, Standard standard) const; + virtual xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const; virtual bool equals (boost::shared_ptr<const ReelAsset>, EqualityOptions, NoteHandler) const; /** @return the PictureAsset that this object refers to */ |
