diff options
Diffstat (limited to 'src/render/graphicsdef.hpp')
-rw-r--r-- | src/render/graphicsdef.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/graphicsdef.hpp b/src/render/graphicsdef.hpp index 0a4f66317..11aec9e1e 100644 --- a/src/render/graphicsdef.hpp +++ b/src/render/graphicsdef.hpp @@ -83,7 +83,8 @@ public: restrict2 override final; void drawTileCollection(const ImageCollection - *restrict const vertCol) restrict2 override final; + *restrict const vertCol) restrict2 override final + A_NONNULL(2); void updateScreen() restrict2 override final; |