From 7c79aa2b8e484319e3e511fa21db6d2448347024 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 27 Aug 2012 21:18:46 +0300 Subject: Add const to more classes. --- src/gui/okdialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/okdialog.h') 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. -- cgit v1.2.3-70-g09d2