diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-07 20:35:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-07 20:35:25 +0300 |
commit | 6c077bb84b2b33339100382494163034ec092a0c (patch) | |
tree | e983c8d389a22a5411bdc40e00d7cdb5e9f2d94f /src/render/surfacegraphics.h | |
parent | 387d06f36504e65a9ce82984944fc844181c80fe (diff) | |
download | plus-6c077bb84b2b33339100382494163034ec092a0c.tar.gz plus-6c077bb84b2b33339100382494163034ec092a0c.tar.bz2 plus-6c077bb84b2b33339100382494163034ec092a0c.tar.xz plus-6c077bb84b2b33339100382494163034ec092a0c.zip |
In renderers in function calcWindow add non null attributes.
Diffstat (limited to 'src/render/surfacegraphics.h')
-rw-r--r-- | src/render/surfacegraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/surfacegraphics.h b/src/render/surfacegraphics.h index d57e1676a..0706dfc65 100644 --- a/src/render/surfacegraphics.h +++ b/src/render/surfacegraphics.h @@ -149,7 +149,7 @@ class SurfaceGraphics final : public Graphics const int x A_UNUSED, const int y A_UNUSED, const int w A_UNUSED, const int h A_UNUSED, const ImageRect &restrict imgRect A_UNUSED) - restrict2 override final + restrict2 override final A_NONNULL(2) { } void setBlitMode(const BlitModeT mode) restrict2 noexcept |