diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.h b/src/player.h index 596f04cfa..27da73c16 100644 --- a/src/player.h +++ b/src/player.h @@ -33,7 +33,7 @@ with this program; if not, write to the Free Software Foundation, Inc., struct PlayerControl { - PlayerControl() {} + PlayerControl() = default; PlayerControl( bool a_up, |