diff options
Diffstat (limited to 'src/game/status_updater.hpp')
-rw-r--r-- | src/game/status_updater.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/status_updater.hpp b/src/game/status_updater.hpp index 3b76d3b..0fd38a7 100644 --- a/src/game/status_updater.hpp +++ b/src/game/status_updater.hpp @@ -14,7 +14,8 @@ class StatusUpdater : public IStatusUpdater public: explicit StatusUpdater( std::shared_ptr<IStatusLine> statusline, - std::shared_ptr<IGenerationTracker> generation_tracker) noexcept; + std::shared_ptr<IGenerationTracker> generation_tracker + ) noexcept; void update(const Vector2 &context) noexcept override; |