Skip to content

Commit

Permalink
Remove: static
Browse files Browse the repository at this point in the history
  • Loading branch information
mjshakir committed Jun 7, 2024
1 parent 394b35f commit 4cfcb92
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/ProgressBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,13 +320,13 @@ inline std::chrono::milliseconds::rep ProgressBar::ProgressBar::calculate_elapse
void ProgressBar::ProgressBar::display(void) {
try {
//--------------------------
static std::string completed_bar,
incomplete_bar,
green_part,
red_part,
colored_bar,
formatted_bar,
formatted_time;
std::string completed_bar,
incomplete_bar,
green_part,
red_part,
colored_bar,
formatted_bar,
formatted_time;
//--------------------------
// Reserve memory for static strings
//--------------------------
Expand Down

0 comments on commit 4cfcb92

Please sign in to comment.