Commit 74dbf4cf authored by gabime's avatar gabime

mutex protect should_color()

parent e504acee
......@@ -135,6 +135,7 @@ public:
bool should_color()
{
std::lock_guard<mutex_t> lock(mutex_);
return should_do_colors_;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment