From de476bb95242e10c833394ef007728072eabe60f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 27 Aug 2012 01:27:11 +0300 Subject: Add const to more classes. --- src/gui/connectiondialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/connectiondialog.h') diff --git a/src/gui/connectiondialog.h b/src/gui/connectiondialog.h index a40f7472c..df836feab 100644 --- a/src/gui/connectiondialog.h +++ b/src/gui/connectiondialog.h @@ -45,7 +45,7 @@ class ConnectionDialog : public Window, private gcn::ActionListener * * @see Window::Window */ - ConnectionDialog(const std::string &text, State cancelState); + ConnectionDialog(const std::string &text, const State cancelState); /** * Called when the user presses Cancel. Restores the global state to -- cgit v1.2.3-70-g09d2