diff options
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r-- | src/render/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h index d6f74d854..3989f0b16 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -523,6 +523,6 @@ class Graphics notfinal Color mColor; }; -extern Graphics *mainGraphics; +extern Graphics *mainGraphics A_NONNULLPOINTER; #endif // RENDER_GRAPHICS_H |