diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-27 20:22:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-27 21:52:59 +0300 |
commit | 53ae7cee19c269a6ebf53e468825305d448ff006 (patch) | |
tree | fb43a66adaacc3bb2e42a8d346b5d267f2b807c8 /src/surfacegraphics.h | |
parent | eb9841897bbe93da6aa4ca2537a3e22b3a868d98 (diff) | |
download | plus-53ae7cee19c269a6ebf53e468825305d448ff006.tar.gz plus-53ae7cee19c269a6ebf53e468825305d448ff006.tar.bz2 plus-53ae7cee19c269a6ebf53e468825305d448ff006.tar.xz plus-53ae7cee19c269a6ebf53e468825305d448ff006.zip |
fix code style.
Diffstat (limited to 'src/surfacegraphics.h')
-rw-r--r-- | src/surfacegraphics.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/surfacegraphics.h b/src/surfacegraphics.h index 9ba2f183f..801c9079e 100644 --- a/src/surfacegraphics.h +++ b/src/surfacegraphics.h @@ -95,11 +95,11 @@ class SurfaceGraphics : public Graphics { } void calcImagePattern(ImageVertexes *const vert A_UNUSED, - const Image *const image A_UNUSED, - const int x A_UNUSED, - const int y A_UNUSED, - const int w A_UNUSED, - const int h A_UNUSED) const + const Image *const image A_UNUSED, + const int x A_UNUSED, + const int y A_UNUSED, + const int w A_UNUSED, + const int h A_UNUSED) const { } void calcImagePattern(ImageCollection *const vert A_UNUSED, |