summaryrefslogtreecommitdiff
path: root/src/resources/sdlimagehelper.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-25 16:33:34 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-25 16:33:34 +0300
commit5455acfb5204b2407e560db91994c2b283bec025 (patch)
tree02053520543b387bde15b6ced61420751f3e2093 /src/resources/sdlimagehelper.h
parent81024f23d9bb0329dcf293455405fefa1dcd67a0 (diff)
downloadplus-5455acfb5204b2407e560db91994c2b283bec025.tar.gz
plus-5455acfb5204b2407e560db91994c2b283bec025.tar.bz2
plus-5455acfb5204b2407e560db91994c2b283bec025.tar.xz
plus-5455acfb5204b2407e560db91994c2b283bec025.zip
fix code style.
Diffstat (limited to 'src/resources/sdlimagehelper.h')
-rw-r--r--src/resources/sdlimagehelper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/sdlimagehelper.h b/src/resources/sdlimagehelper.h
index f7bd4b3c2..9534f8362 100644
--- a/src/resources/sdlimagehelper.h
+++ b/src/resources/sdlimagehelper.h
@@ -67,7 +67,8 @@ class SDLImageHelper final : public ImageHelper
/**
* Loads an image from an SDL surface.
*/
- Image *load(SDL_Surface *const tmpImage) const override final A_WARN_UNUSED;
+ Image *load(SDL_Surface *const tmpImage) const
+ override final A_WARN_UNUSED;
Image *createTextSurface(SDL_Surface *const tmpImage,
const int width, const int height,