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