From 4e3cd287c2761247a58efbbc748df40482580414 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 24 Dec 2017 02:07:57 +0300 Subject: Remove default parameters from popup. --- src/gui/widgets/popup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/widgets/popup.h b/src/gui/widgets/popup.h index 92fbaf78a..085923d0e 100644 --- a/src/gui/widgets/popup.h +++ b/src/gui/widgets/popup.h @@ -58,8 +58,8 @@ class Popup notfinal : public Container, * debugging purposes. * @param skin The location where the Popup's skin XML can be found. */ - explicit Popup(const std::string &name = "", - std::string skin = ""); + Popup(const std::string &name, + std::string skin); A_DELETE_COPY(Popup) -- cgit v1.2.3-60-g2f50