summaryrefslogtreecommitdiff
path: root/src/gui/okdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/okdialog.h')
-rw-r--r--src/gui/okdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/okdialog.h b/src/gui/okdialog.h
index b6f17480b..676fe4a80 100644
--- a/src/gui/okdialog.h
+++ b/src/gui/okdialog.h
@@ -52,8 +52,8 @@ class OkDialog : public Window, public gcn::ActionListener
* @see Window::Window
*/
OkDialog(const std::string &title, const std::string &msg,
- int soundEvent = DIALOG_OK, bool modal = true,
- bool showCenter = true, Window *parent = nullptr);
+ const int soundEvent = DIALOG_OK, const bool modal = true,
+ const bool showCenter = true, Window *const parent = nullptr);
/**
* Called when receiving actions from the widgets.