summaryrefslogtreecommitdiff
path: root/src/render/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r--src/render/graphics.h2
1 files changed, 1 insertions, 1 deletions
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;