diff options
Diffstat (limited to 'src/gui/widgets/statspage.h')
-rw-r--r-- | src/gui/widgets/statspage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/statspage.h b/src/gui/widgets/statspage.h index 36a43bf6f..ad62aebeb 100644 --- a/src/gui/widgets/statspage.h +++ b/src/gui/widgets/statspage.h @@ -45,8 +45,8 @@ class StatsPage 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, |