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/graphicsdef.hpp | |
parent | 387d06f36504e65a9ce82984944fc844181c80fe (diff) | |
download | mv-6c077bb84b2b33339100382494163034ec092a0c.tar.gz mv-6c077bb84b2b33339100382494163034ec092a0c.tar.bz2 mv-6c077bb84b2b33339100382494163034ec092a0c.tar.xz mv-6c077bb84b2b33339100382494163034ec092a0c.zip |
In renderers in function calcWindow add non null attributes.
Diffstat (limited to 'src/render/graphicsdef.hpp')
-rw-r--r-- | src/render/graphicsdef.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/graphicsdef.hpp b/src/render/graphicsdef.hpp index 11aec9e1e..7e2b349e2 100644 --- a/src/render/graphicsdef.hpp +++ b/src/render/graphicsdef.hpp @@ -92,7 +92,7 @@ public: const int x, const int y, const int w, const int h, const ImageRect &restrict imgRect) - restrict2 override final; + restrict2 override final A_NONNULL(2); void drawRectangle(const Rect &restrict rect) restrict2 override final; |