diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-27 22:34:49 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-27 22:35:57 +0200 |
commit | f5398aa86460daf06020bbc27ab40d432f30abf0 (patch) | |
tree | affc8ab9245a72bc9b81081bf7f791b0262cee52 /src/game/status_manager.hpp | |
parent | 6b0e2a25cf1e98d3f11d4e6c0305dd327048bbb8 (diff) |
refactor: status manager throw when set section title fails
Diffstat (limited to 'src/game/status_manager.hpp')
-rw-r--r-- | src/game/status_manager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/status_manager.hpp b/src/game/status_manager.hpp index c101289..b170cf9 100644 --- a/src/game/status_manager.hpp +++ b/src/game/status_manager.hpp @@ -17,7 +17,7 @@ public: void set_section_title( const StatusLineSection §ion, - const std::string_view &title) noexcept override; + const std::string_view &title) override; void set_section_body( const StatusLineSection §ion, |