Mercurial > minori
changeset 355:83e6ba09338f
gui/pages/seasons: fix function disambiguation on win32
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Sun, 14 Jul 2024 23:46:18 -0400 |
parents | 9aaf1e788896 |
children | 373f92c35bec |
files | src/gui/pages/seasons.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gui/pages/seasons.cc Sun Jul 14 23:39:42 2024 -0400 +++ b/src/gui/pages/seasons.cc Sun Jul 14 23:46:18 2024 -0400 @@ -100,7 +100,7 @@ { /* XXX this last year probably shouldn't be hardcoded */ static const Anime::Season last_season(Anime::Season::Name::Winter, 1960); - Anime::Season current_season(Date(QDate::currentDate())); + Anime::Season current_season((Date(QDate::currentDate()))); const Date::Year year_before_collapse = GetClosestDecade(current_season.year) - 10; /* year -> menu for that year */