diff options
Diffstat (limited to 'src/gui/widgets/statspage.cpp')
-rw-r--r-- | src/gui/widgets/statspage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/statspage.cpp b/src/gui/widgets/statspage.cpp index 5fa58f2e5..0540b1a24 100644 --- a/src/gui/widgets/statspage.cpp +++ b/src/gui/widgets/statspage.cpp @@ -70,8 +70,8 @@ void StatsPage::widgetResized(const Event &event A_UNUSED) } void StatsPage::attributeChanged(const AttributesT id, - const int oldVal A_UNUSED, - const int newVal A_UNUSED) + const int64_t oldVal A_UNUSED, + const int64_t newVal A_UNUSED) { const Attrs::const_iterator it = mAttrs.find(id); if (it != mAttrs.end() && (it->second != nullptr)) |