diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-13 23:50:28 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-13 23:50:28 +0200 |
| commit | 4bd57fbbac67ac04ec47a9765b9f278aa1691851 (patch) | |
| tree | 55a607e6ac16fa52f69522312f2464443fac5aeb /src/reel_stereo_picture_asset.h | |
| parent | 488e3d1bd5e6b17d49f6db4df14c64f4b64db89b (diff) | |
Tidying a few things up.
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: |
