From 2a459e83817d163c9144ac4a45f2bab0e15050d4 Mon Sep 17 00:00:00 2001 From: Loke Nesse Svelland <lokens@stud.ntnu.no> Date: Fri, 29 Apr 2022 04:50:15 +0200 Subject: [PATCH] fixed small function error --- src/kode/Tournament.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kode/Tournament.h b/src/kode/Tournament.h index 7c333da..11b6921 100644 --- a/src/kode/Tournament.h +++ b/src/kode/Tournament.h @@ -35,7 +35,7 @@ class Tournament virtual void printTables(); //Calls createMatchups and prints the tables virtual void createMatchups();//Figures out who should play against each other bool canStartRound();//Controls that the amount of tables and players correspond - void writeToFileTournament(ofstream &out); //- + void writeToFileTournaments(ofstream &out); //- void readFromFileTournaments(ifstream &in); //- }; -- GitLab