From 71fd4e8d3255e15c16a4f4b51c87222c661a5b33 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 5 May 2015 18:29:07 +0300 Subject: Add strong typed bool type for modal bool flag. --- src/gui/windows/buyselldialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/windows/buyselldialog.cpp') diff --git a/src/gui/windows/buyselldialog.cpp b/src/gui/windows/buyselldialog.cpp index cead0d983..ea90f756a 100644 --- a/src/gui/windows/buyselldialog.cpp +++ b/src/gui/windows/buyselldialog.cpp @@ -37,7 +37,7 @@ BuySellDialog::DialogList BuySellDialog::dialogInstances; BuySellDialog::BuySellDialog(const int npcId) : // TRANSLATORS: shop window name - Window(_("Shop"), false, nullptr, "buysell.xml"), + Window(_("Shop"), Modal_false, nullptr, "buysell.xml"), ActionListener(), mNpcId(npcId), mNick(""), @@ -48,7 +48,7 @@ BuySellDialog::BuySellDialog(const int npcId) : BuySellDialog::BuySellDialog(const std::string &nick) : // TRANSLATORS: shop window name - Window(_("Shop"), false, nullptr, "buysell.xml"), + Window(_("Shop"), Modal_false, nullptr, "buysell.xml"), ActionListener(), mNpcId(-1), mNick(nick), -- cgit v1.2.3-60-g2f50