diff options
Diffstat (limited to 'src/reel_sound_asset.h')
| -rw-r--r-- | src/reel_sound_asset.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h index fb233016..42835c84 100644 --- a/src/reel_sound_asset.h +++ b/src/reel_sound_asset.h @@ -40,6 +40,10 @@ public: boost::shared_ptr<SoundMXF> mxf () { return boost::dynamic_pointer_cast<SoundMXF> (_content.object ()); } + + boost::shared_ptr<const SoundMXF> mxf () const { + return boost::dynamic_pointer_cast<const SoundMXF> (_content.object ()); + } private: std::string cpl_node_name () const; |
