diff options
Diffstat (limited to 'src/reel_file_asset.h')
| -rw-r--r-- | src/reel_file_asset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reel_file_asset.h b/src/reel_file_asset.h index 48fdf215..2412ac2b 100644 --- a/src/reel_file_asset.h +++ b/src/reel_file_asset.h @@ -57,6 +57,7 @@ public: explicit ReelFileAsset (std::shared_ptr<const cxml::Node> node); virtual xmlpp::Element* write_to_cpl(xmlpp::Element* node, Standard standard) const override; + virtual bool can_be_read() const; /** @return a Ref to our actual asset */ Ref const & asset_ref () const { |
