Resolve some warnings

This commit is contained in:
2023-09-20 17:54:15 +02:00
parent 8257a6ae39
commit 781993e326
4 changed files with 8 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ namespace platform {
void header() override;
void body() override;
void footer(double totalScore);
void showSummary();
void showSummary() override;
};
};
#endif