From 6c077bb84b2b33339100382494163034ec092a0c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 7 Mar 2016 20:35:25 +0300 Subject: In renderers in function calcWindow add non null attributes. --- src/render/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/graphics.h') diff --git a/src/render/graphics.h b/src/render/graphics.h index 012f423f3..4e28a34dc 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -236,7 +236,7 @@ class Graphics notfinal const int x, const int y, const int w, const int h, const ImageRect &restrict imgRect) - restrict2 = 0; + restrict2 A_NONNULL(2) = 0; virtual void fillRectangle(const Rect &restrict rectangle) restrict2 = 0; -- cgit v1.2.3-60-g2f50