fix passed parameters

This commit is contained in:
hyperxor
2020-01-21 08:19:53 +03:00
parent 0939406db4
commit 91ac917bbc

View File

@@ -103,9 +103,9 @@ class ProgressScaleWriter
public: public:
ProgressScaleWriter(std::ostream& os, ProgressScaleWriter(std::ostream& os,
size_t bar_width, size_t bar_width,
std::string fill, const std::string& fill,
std::string lead, const std::string& lead,
std::string remainder) const std::string& remainder)
: os(os) : os(os)
, bar_width(bar_width) , bar_width(bar_width)
, fill(fill) , fill(fill)