Fix refactor of static aggregate method

This commit is contained in:
2024-05-17 23:38:21 +02:00
parent 49a36904dc
commit c165a4bdda
3 changed files with 5 additions and 6 deletions

View File

@@ -6,7 +6,6 @@
#include "ReportBase.h"
#include "main/Scores.h"
namespace platform {
const int MAXL = 133;
class ReportConsole : public ReportBase {