src/xx: cppcheck

This commit is contained in:
Gwenhael Goavec-Merou
2023-04-15 08:20:05 +02:00
parent 3ca60dd14d
commit 0a9e8a7e4b
24 changed files with 45 additions and 36 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
class ProgressBar {
public:
ProgressBar(std::string mess, int maxValue, int progressLen,
ProgressBar(const std::string &mess, int maxValue, int progressLen,
bool quiet = false);
void display(int value, char force = 0);
void done();