From 639084d63d6b135b880c71e50b9a66fbe8fc31d7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 19:42:32 +0300 Subject: change popup constructor into explicit. --- src/gui/widgets/popup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/popup.h') diff --git a/src/gui/widgets/popup.h b/src/gui/widgets/popup.h index 4f59978ce..3f503432b 100644 --- a/src/gui/widgets/popup.h +++ b/src/gui/widgets/popup.h @@ -57,8 +57,8 @@ class Popup : public Container, public gcn::MouseListener, * debugging purposes. * @param skin The location where the Popup's skin XML can be found. */ - Popup(const std::string &name = "", - std::string skin = ""); + explicit Popup(const std::string &name = "", + std::string skin = ""); A_DELETE_COPY(Popup) -- cgit v1.2.3-60-g2f50