diff options
Diffstat (limited to 'src/gui/setup_players.cpp')
-rw-r--r-- | src/gui/setup_players.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_players.cpp b/src/gui/setup_players.cpp index fb3bbe87c..f1f171957 100644 --- a/src/gui/setup_players.cpp +++ b/src/gui/setup_players.cpp @@ -41,8 +41,8 @@ #include "debug.h" -Setup_Players::Setup_Players() : - SetupTabScroll() +Setup_Players::Setup_Players(const Widget2 *const widget) : + SetupTabScroll(widget) { setName(_("Players")); |