summaryrefslogtreecommitdiff
path: root/src/gui/windows/okdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-05 18:40:31 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-05 18:40:31 +0300
commite6d251345a48108495d39d82b0ec79deac63d86d (patch)
treee7a8ecf138b30b091146f51e1b13f0e0e7c0359b /src/gui/windows/okdialog.h
parent71fd4e8d3255e15c16a4f4b51c87222c661a5b33 (diff)
downloadplus-e6d251345a48108495d39d82b0ec79deac63d86d.tar.gz
plus-e6d251345a48108495d39d82b0ec79deac63d86d.tar.bz2
plus-e6d251345a48108495d39d82b0ec79deac63d86d.tar.xz
plus-e6d251345a48108495d39d82b0ec79deac63d86d.zip
Add strong typed bool type in OkDialog.
Diffstat (limited to 'src/gui/windows/okdialog.h')
-rw-r--r--src/gui/windows/okdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/okdialog.h b/src/gui/windows/okdialog.h
index 3d7fd140b..1a6b022d9 100644
--- a/src/gui/windows/okdialog.h
+++ b/src/gui/windows/okdialog.h
@@ -50,7 +50,7 @@ class OkDialog final : public Window,
const std::string &restrict button,
const int soundEvent,
const Modal modal,
- const bool showCenter,
+ const ShowCenter showCenter,
Window *const parent,
const int minWidth);