diff options
Diffstat (limited to 'src/gui/setup_players.h')
-rw-r--r-- | src/gui/setup_players.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_players.h b/src/gui/setup_players.h index c9779786f..ca6d9019d 100644 --- a/src/gui/setup_players.h +++ b/src/gui/setup_players.h @@ -35,6 +35,8 @@ class Setup_Players final : public SetupTabScroll public: Setup_Players(); + A_DELETE_COPY(Setup_Players); + void apply(); }; |