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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/status_manager.hpp b/src/game/status_manager.hpp
index 8224003..c101289 100644
--- a/src/game/status_manager.hpp
+++ b/src/game/status_manager.hpp
@@ -26,5 +26,5 @@ public:
private:
std::shared_ptr<IStatusLine> _statusline;
- std::unordered_map<StatusLineSection, int32_t> _section_title_lengths;
+ std::unordered_map<StatusLineSection, std::int32_t> _section_title_lengths;
};