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 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) |