diff options
Diffstat (limited to 'src/reel_stereo_picture_asset.h')
| -rw-r--r-- | src/reel_stereo_picture_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_stereo_picture_asset.h b/src/reel_stereo_picture_asset.h index 7e603108..beedc4a6 100644 --- a/src/reel_stereo_picture_asset.h +++ b/src/reel_stereo_picture_asset.h @@ -62,12 +62,12 @@ public: /** @return the StereoPictureAsset that this object refers to */ std::shared_ptr<const StereoPictureAsset> stereo_asset () const { - return asset_of_type<const StereoPictureAsset> (); + return asset_of_type<const StereoPictureAsset>(); } /** @return the StereoPictureAsset that this object refers to */ std::shared_ptr<StereoPictureAsset> stereo_asset () { - return asset_of_type<StereoPictureAsset> (); + return asset_of_type<StereoPictureAsset>(); } private: |
