mutex protect should_color()

pull/1105/head
gabime 6 years ago
parent e504aceeb5
commit 74dbf4cf70

@ -135,6 +135,7 @@ public:
bool should_color() bool should_color()
{ {
std::lock_guard<mutex_t> lock(mutex_);
return should_do_colors_; return should_do_colors_;
} }

Loading…
Cancel
Save