diff options
Diffstat (limited to 'src/gui/windows/helpwindow.h')
-rw-r--r-- | src/gui/windows/helpwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/helpwindow.h b/src/gui/windows/helpwindow.h index a636b8b0f..ec0b88d93 100644 --- a/src/gui/windows/helpwindow.h +++ b/src/gui/windows/helpwindow.h @@ -62,7 +62,7 @@ class HelpWindow final : public Window, * Handles link action. */ void handleLink(const std::string &link, - MouseEvent *event A_UNUSED) override final; + MouseEvent *const event A_UNUSED) override final; /** * Loads help in the dialog. |