diff src/gui/pages/seasons.cc @ 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 6b0768158dcd
children f81bed4e04ac
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 */