Mes recomanacions de cppcheck aplicades

Abans de tocar unes cosetes de strings buits
This commit is contained in:
2024-10-13 13:49:00 +02:00
parent b2122ac239
commit 46b19ee82f
22 changed files with 995 additions and 1062 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ public:
void add(HiScoreEntry entry);
// Carga la tabla con los datos de un fichero
bool loadFromFile(std::string file_path);
bool loadFromFile(const std::string &file_path);
// Guarda la tabla en un fichero
bool saveToFile(std::string file_path);
bool saveToFile(const std::string &file_path);
};