summaryrefslogtreecommitdiff
path: root/src/dyetool/gui/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dyetool/gui/viewport.h')
-rw-r--r--src/dyetool/gui/viewport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dyetool/gui/viewport.h b/src/dyetool/gui/viewport.h
index 53b825066..763371338 100644
--- a/src/dyetool/gui/viewport.h
+++ b/src/dyetool/gui/viewport.h
@@ -69,9 +69,9 @@ class Viewport final : public WindowContainer,
/**
* Draws the viewport.
*/
- void draw(Graphics *graphics) override final A_NONNULL(2);
+ void draw(Graphics *const graphics) override final A_NONNULL(2);
- void safeDraw(Graphics *graphics) override final A_NONNULL(2);
+ void safeDraw(Graphics *const graphics) override final A_NONNULL(2);
/**
* Implements player to keep following mouse.