diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-08 17:54:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-08 23:41:37 +0300 |
commit | 763e91044a4e9c8905ee082457cb42da36a38cc0 (patch) | |
tree | a73f68e02e083fc9b236ea7a18ef406dd5ea0a46 /src/gui/windows/connectiondialog.h | |
parent | dd3b6609584e59e8c3b67624c9800c5d0e2a2208 (diff) | |
download | plus-763e91044a4e9c8905ee082457cb42da36a38cc0.tar.gz plus-763e91044a4e9c8905ee082457cb42da36a38cc0.tar.bz2 plus-763e91044a4e9c8905ee082457cb42da36a38cc0.tar.xz plus-763e91044a4e9c8905ee082457cb42da36a38cc0.zip |
Add missing function parameters.
Diffstat (limited to 'src/gui/windows/connectiondialog.h')
-rw-r--r-- | src/gui/windows/connectiondialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/connectiondialog.h b/src/gui/windows/connectiondialog.h index 108ee0729..312ec5c8a 100644 --- a/src/gui/windows/connectiondialog.h +++ b/src/gui/windows/connectiondialog.h @@ -56,7 +56,7 @@ class ConnectionDialog final : public Window, * Called when the user presses Cancel. Restores the global state to * the previous one. */ - void action(const ActionEvent &) override final; + void action(const ActionEvent &action) override final; void draw(Graphics *const graphics) override final A_NONNULL(2); |