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/imagegraphics.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/imagegraphics.h')
-rw-r--r-- | src/render/imagegraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/imagegraphics.h b/src/render/imagegraphics.h index 8db6cd8c6..8d4a72368 100644 --- a/src/render/imagegraphics.h +++ b/src/render/imagegraphics.h @@ -146,7 +146,7 @@ class ImegeGraphics 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 fillRectangle(const Rect &rect A_UNUSED) override final |