aboutsummaryrefslogtreecommitdiff
path: root/src/game/status_manager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/status_manager.hpp')
-rw-r--r--src/game/status_manager.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/game/status_manager.hpp b/src/game/status_manager.hpp
index 62b5bc7..cdc9de5 100644
--- a/src/game/status_manager.hpp
+++ b/src/game/status_manager.hpp
@@ -17,13 +17,11 @@ public:
void set_section_title(
const StatusLineSection &section,
- const std::string_view &title
- ) noexcept override;
+ const std::string_view &title) noexcept override;
void set_section_body(
const StatusLineSection &section,
- const std::string_view &body
- ) noexcept override;
+ const std::string_view &body) noexcept override;
private:
std::shared_ptr<IStatusLine> _statusline;