summaryrefslogtreecommitdiff
path: root/src/gui/windows/okdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/okdialog.cpp')
-rw-r--r--src/gui/windows/okdialog.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/windows/okdialog.cpp b/src/gui/windows/okdialog.cpp
index a1601dddb..1f77af3f9 100644
--- a/src/gui/windows/okdialog.cpp
+++ b/src/gui/windows/okdialog.cpp
@@ -37,8 +37,10 @@
OkDialog::OkDialog(const std::string &restrict title,
const std::string &restrict msg,
const std::string &restrict button,
- const int soundEvent, const bool modal,
- const bool showCenter, Window *const parent,
+ const int soundEvent,
+ const Modal modal,
+ const bool showCenter,
+ Window *const parent,
const int minWidth) :
Window(title, modal, parent, "ok.xml"),
ActionListener(),