diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-27 01:27:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-27 01:27:11 +0300 |
commit | de476bb95242e10c833394ef007728072eabe60f (patch) | |
tree | 033747127a7ea4e36de42cfc99fcee56ce915bbb /src/gui/connectiondialog.h | |
parent | a33a8dc48761d7cb2b4c1c468e1e3b188bcbf709 (diff) | |
download | plus-de476bb95242e10c833394ef007728072eabe60f.tar.gz plus-de476bb95242e10c833394ef007728072eabe60f.tar.bz2 plus-de476bb95242e10c833394ef007728072eabe60f.tar.xz plus-de476bb95242e10c833394ef007728072eabe60f.zip |
Add const to more classes.
Diffstat (limited to 'src/gui/connectiondialog.h')
-rw-r--r-- | src/gui/connectiondialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |