diff options
Diffstat (limited to 'src/gui/windows/okdialog.h')
-rw-r--r-- | src/gui/windows/okdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/okdialog.h b/src/gui/windows/okdialog.h index 9db759937..f3fb09030 100644 --- a/src/gui/windows/okdialog.h +++ b/src/gui/windows/okdialog.h @@ -49,6 +49,7 @@ class OkDialog final : public Window, */ 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, |