diff options
Diffstat (limited to 'src/gui/textdialog.h')
-rw-r--r-- | src/gui/textdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/textdialog.h b/src/gui/textdialog.h index 289b62283..a05dc3107 100644 --- a/src/gui/textdialog.h +++ b/src/gui/textdialog.h @@ -49,7 +49,7 @@ public: * @see Window::Window */ TextDialog(const std::string &title, const std::string &msg, - Window *parent = nullptr, bool isPassword = false); + Window *const parent = nullptr, const bool isPassword = false); ~TextDialog(); |