diff options
-rw-r--r-- | src/gui/widgets/popup.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) |