progressBar: use color

This commit is contained in:
Gwenhael Goavec-Merou
2019-11-20 07:51:37 +01:00
parent e05126e1e1
commit 04624f028d
2 changed files with 14 additions and 3 deletions
+1
View File
@@ -25,6 +25,7 @@ class ProgressBar {
ProgressBar(std::string mess, int maxValue, int progressLen);
void display(int value);
void done();
void fail();
private:
std::string _mess;
int _maxValue;