summaryrefslogtreecommitdiff
path: root/src/render/graphicsdef.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphicsdef.hpp')
-rw-r--r--src/render/graphicsdef.hpp2
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;