diff options
Diffstat (limited to 'src/gui/connection.h')
-rw-r--r-- | src/gui/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/connection.h b/src/gui/connection.h index 7a072d2e..4b3187f6 100644 --- a/src/gui/connection.h +++ b/src/gui/connection.h @@ -41,7 +41,7 @@ class ConnectionDialog : public Window * * @see Window::Window */ - ConnectionDialog(); + ConnectionDialog(unsigned char previousState); void logic(); |