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:
ProgressScaleWriter(std::ostream& os,
size_t bar_width,
std::string fill,
std::string lead,
std::string remainder)
const std::string& fill,
const std::string& lead,
const std::string& remainder)
: os(os)
, bar_width(bar_width)
, fill(fill)