summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 8a2935208..a8b862f63 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -127,7 +127,7 @@ class Gui final
*/
~Gui();
- void postInit(Graphics *const graphics);
+ void postInit(Graphics *const graphics) A_NONNULL(2);
/**
* Performs logic of the GUI. Overridden to track mouse pointer