diff options
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r-- | src/game/game.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp index 9689215..fac9061 100644 --- a/src/game/game.hpp +++ b/src/game/game.hpp @@ -22,8 +22,7 @@ public: std::shared_ptr<IGenerationTracker> generation_tracker, std::shared_ptr<IStatusManager> status_manager, IStatusLineSubscriberAdapterFactory<Vector2> - vector2_statusline_subscriber_adapter_factory - ) noexcept; + vector2_statusline_subscriber_adapter_factory) noexcept; void on_start() noexcept override; |