diff options
Diffstat (limited to 'src/gui/help.h')
-rw-r--r-- | src/gui/help.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/help.h b/src/gui/help.h index 98e3aa67..8764e733 100644 --- a/src/gui/help.h +++ b/src/gui/help.h @@ -49,7 +49,7 @@ class HelpWindow : public Window, public LinkHandler, /** * Handles link action. */ - void handleLink(const std::string& link); + void handleLink(const std::string &link); /** * Loads help in the dialog. |