mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
src/xx: cppcheck
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user