From 68a7dd225969fcdfb9c07b99db43756a2b1dec7c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Sep 2017 01:34:49 +0300 Subject: Change attributes value type to int64. --- src/gui/widgets/statspagebasic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/statspagebasic.h') diff --git a/src/gui/widgets/statspagebasic.h b/src/gui/widgets/statspagebasic.h index 7390e4985..d56b8aeff 100644 --- a/src/gui/widgets/statspagebasic.h +++ b/src/gui/widgets/statspagebasic.h @@ -45,8 +45,8 @@ class StatsPageBasic final : public Container, void widgetResized(const Event &event) override final; void attributeChanged(const AttributesT id, - const int oldVal, - const int newVal) override final; + const int64_t oldVal, + const int64_t newVal) override final; void statChanged(const AttributesT id, const int oldVal1, -- cgit v1.2.3-70-g09d2