diff options
Diffstat (limited to 'src/gui/setup_players.h')
-rw-r--r-- | src/gui/setup_players.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_players.h b/src/gui/setup_players.h index 759ec2c7f..8f9c6a4ef 100644 --- a/src/gui/setup_players.h +++ b/src/gui/setup_players.h @@ -33,7 +33,7 @@ class EditDialog; class Setup_Players final : public SetupTabScroll { public: - Setup_Players(const Widget2 *const widget); + explicit Setup_Players(const Widget2 *const widget); A_DELETE_COPY(Setup_Players) |