diff options
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r-- | src/gui/widgets/window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 22378b59a..c5bcb2215 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -128,9 +128,9 @@ class Window notfinal : public BasicContainer2, /** * Draws the window. */ - void draw(Graphics *graphics) override A_NONNULL(2); + void draw(Graphics *const graphics) override A_NONNULL(2); - void safeDraw(Graphics *graphics) override A_NONNULL(2); + void safeDraw(Graphics *const graphics) override A_NONNULL(2); /** * Sets the size of this window. |