diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-05 18:29:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-05 18:29:07 +0300 |
commit | 71fd4e8d3255e15c16a4f4b51c87222c661a5b33 (patch) | |
tree | 3942aec29f33b5ea2aa2e353451e10648f1bbb82 /src/gui/windows/editdialog.h | |
parent | 45460ca58b3cbf6d92fe3cac1311bbfc9d00e841 (diff) | |
download | mv-71fd4e8d3255e15c16a4f4b51c87222c661a5b33.tar.gz mv-71fd4e8d3255e15c16a4f4b51c87222c661a5b33.tar.bz2 mv-71fd4e8d3255e15c16a4f4b51c87222c661a5b33.tar.xz mv-71fd4e8d3255e15c16a4f4b51c87222c661a5b33.zip |
Add strong typed bool type for modal bool flag.
Diffstat (limited to 'src/gui/windows/editdialog.h')
-rw-r--r-- | src/gui/windows/editdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/editdialog.h b/src/gui/windows/editdialog.h index 640961bf4..ef77fcdcd 100644 --- a/src/gui/windows/editdialog.h +++ b/src/gui/windows/editdialog.h @@ -50,7 +50,7 @@ class EditDialog final : public Window, const std::string &restrict msg, const std::string &restrict eventOk = ACTION_EDIT_OK, const int width = 300, Window *const parent = nullptr, - const bool modal = true); + const Modal modal = Modal_true); A_DELETE_COPY(EditDialog) |