From: Steinar H. Gunderson Date: Sat, 19 Feb 2005 16:35:15 +0000 (+0000) Subject: Typofix. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=a196d04403f86dd53aae693be27491ded1eecb47;ds=sidebyside Typofix. --- diff --git a/bigscreen/groupscreen.cpp b/bigscreen/groupscreen.cpp index 2827a6a..6e59053 100644 --- a/bigscreen/groupscreen.cpp +++ b/bigscreen/groupscreen.cpp @@ -3,7 +3,7 @@ #include "fonts.h" GroupScreen::GroupScreen(pqxx::connection &conn, unsigned tournament, unsigned round, unsigned parallel) - : tournament(tournament), round(tournament), parallel(parallel), scores_changed(conn, "scores"), conn(conn), valid(false) + : tournament(tournament), round(round), parallel(parallel), scores_changed(conn, "scores"), conn(conn), valid(false) { }