summaryrefslogtreecommitdiff
path: root/src/gui/editdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editdialog.h')
-rw-r--r--src/gui/editdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editdialog.h b/src/gui/editdialog.h
index 206a45079..0e7283b3e 100644
--- a/src/gui/editdialog.h
+++ b/src/gui/editdialog.h
@@ -48,8 +48,8 @@ class EditDialog : public Window, public gcn::ActionListener
* @see Window::Window
*/
EditDialog(const std::string &title, const std::string &msg,
- std::string eventOk = ACTION_EDIT_OK, int width = 300,
- Window *parent = nullptr, bool modal = true);
+ std::string eventOk = ACTION_EDIT_OK, const int width = 300,
+ Window *const parent = nullptr, const bool modal = true);
/**
* Called when receiving actions from the widgets.