summaryrefslogtreecommitdiff
path: root/src/reel_stereo_picture_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-13 23:50:28 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-13 23:50:28 +0200
commit4bd57fbbac67ac04ec47a9765b9f278aa1691851 (patch)
tree55a607e6ac16fa52f69522312f2464443fac5aeb /src/reel_stereo_picture_asset.h
parent488e3d1bd5e6b17d49f6db4df14c64f4b64db89b (diff)
Tidying a few things up.
Diffstat (limited to 'src/reel_stereo_picture_asset.h')
-rw-r--r--src/reel_stereo_picture_asset.h4
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: