diff options
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 |