mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-16 04:18:51 +08:00
fix passed parameters
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user