X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ffetch_list_of_active_groups.h;fp=bigscreen%2Ffetch_list_of_active_groups.h;h=b1039d384f2aa12a2061f92618894a8efff03b69;hp=113160d85f5b69f21357e132a11946e8dc9b0f05;hb=f40fa6f12fb246c09e925e97bcd7c40f8d2fa59c;hpb=8970b43d021e65f07ed4d279185c5062b4f9ee4a diff --git a/bigscreen/fetch_list_of_active_groups.h b/bigscreen/fetch_list_of_active_groups.h index 113160d..b1039d3 100644 --- a/bigscreen/fetch_list_of_active_groups.h +++ b/bigscreen/fetch_list_of_active_groups.h @@ -4,17 +4,17 @@ #include #include -struct Group { +struct SkeletonGroup { unsigned tournament, round, parallel; }; /* A transactor that fetches the current list of active groups. */ class FetchListOfActiveGroups : public pqxx::transactor<> { private: - std::vector *active; + std::vector *active; public: - FetchListOfActiveGroups(std::vector *active); + FetchListOfActiveGroups(std::vector *active); void operator() (pqxx::transaction<> &t); };