diff options
Diffstat (limited to 'src/gui/widgets/playerbox.h')
-rw-r--r-- | src/gui/widgets/playerbox.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/widgets/playerbox.h b/src/gui/widgets/playerbox.h index b223f1dcb..55f5f11fc 100644 --- a/src/gui/widgets/playerbox.h +++ b/src/gui/widgets/playerbox.h @@ -49,12 +49,12 @@ class PlayerBox final : public Widget, */ PlayerBox(Widget2 *const widget, Being *const being, - const std::string &skin = "", - const std::string &selectedSkin = ""); + const std::string &skin, + const std::string &selectedSkin); - explicit PlayerBox(Widget2 *const widget, - const std::string &skin = "", - const std::string &selectedSkin = ""); + PlayerBox(Widget2 *const widget, + const std::string &skin, + const std::string &selectedSkin); A_DELETE_COPY(PlayerBox) |