From f57b683f8f9909ba7787c33a4953869a2ce04a5c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 30 May 2015 01:19:10 +0300 Subject: Convert DialogType enum into strong typed enum. --- src/gui/windows/okdialog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gui/windows/okdialog.h') diff --git a/src/gui/windows/okdialog.h b/src/gui/windows/okdialog.h index 32c3c3131..6f16cc345 100644 --- a/src/gui/windows/okdialog.h +++ b/src/gui/windows/okdialog.h @@ -25,6 +25,8 @@ #include "gui/widgets/window.h" +#include "enums/gui/dialogtype.h" + #include "enums/simpletypes/showcenter.h" #include "listeners/actionlistener.h" @@ -50,7 +52,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 DialogTypeT soundEvent, const Modal modal, const ShowCenter showCenter, Window *const parent, -- cgit v1.2.3-70-g09d2