summaryrefslogtreecommitdiff
path: root/Userland/Games/Pong/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Games/Pong/Game.h')
-rw-r--r--Userland/Games/Pong/Game.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Userland/Games/Pong/Game.h b/Userland/Games/Pong/Game.h
index 4ff0a4e535..61a301b43a 100644
--- a/Userland/Games/Pong/Game.h
+++ b/Userland/Games/Pong/Game.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020, the SerenityOS developers.
+ * Copyright (c) 2020-2022, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
@@ -26,7 +26,7 @@ public:
static const int game_width = 560;
static const int game_height = 480;
- virtual ~Game() override;
+ virtual ~Game() override = default;
private:
Game();