From 521ef3688069f5fc6b06a835454404fddaca6e80 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 12 Jun 2022 18:23:10 +0200 Subject: fix: add statusline length check --- src/interfaces/game.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces') diff --git a/src/interfaces/game.hpp b/src/interfaces/game.hpp index b6d7f36..6d0251f 100644 --- a/src/interfaces/game.hpp +++ b/src/interfaces/game.hpp @@ -14,7 +14,7 @@ class IGame public: virtual ~IGame() noexcept = default; - virtual void on_start() noexcept = 0; + virtual void on_start() = 0; virtual void on_update() noexcept = 0; -- cgit v1.2.3-18-g5258