From f3d00667c5a1bffa5a04d5e86676caca6979b58d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 6 May 2016 19:18:09 +0300 Subject: Fix code style. --- src/resources/soundeffect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/soundeffect.cpp') diff --git a/src/resources/soundeffect.cpp b/src/resources/soundeffect.cpp index f817f9c44..4491e993a 100644 --- a/src/resources/soundeffect.cpp +++ b/src/resources/soundeffect.cpp @@ -60,7 +60,7 @@ bool SoundEffect::play(const int loops, const int volume, int SoundEffect::calcMemoryLocal() const { - return sizeof(SoundEffect) + - sizeof(SDL_AudioSpec) + + return static_cast(sizeof(SoundEffect) + + sizeof(SDL_AudioSpec)) + Resource::calcMemoryLocal(); } -- cgit v1.2.3-70-g09d2