From 98ed087de210f5a5a0979b0d60b6d4b21b24ba4c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 22 Dec 2017 04:11:24 +0300 Subject: Remove default parameters from confirmdialog.h --- src/gui/windows/npcselldialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/windows/npcselldialog.cpp') diff --git a/src/gui/windows/npcselldialog.cpp b/src/gui/windows/npcselldialog.cpp index c00edda6c..be25680fe 100644 --- a/src/gui/windows/npcselldialog.cpp +++ b/src/gui/windows/npcselldialog.cpp @@ -76,7 +76,8 @@ void NpcSellDialog::sellAction(const ActionEvent &event) info.getName().c_str()), SOUND_REQUEST, false, - Modal_true); + Modal_true, + nullptr); dialog->addActionListener(this); return; } -- cgit v1.2.3-70-g09d2