Unverified Commit c5011181 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update log_msg.h

parent dace0993
......@@ -39,7 +39,7 @@ struct log_msg
log_clock::time_point time;
size_t thread_id;
fmt::memory_buffer raw;
size_t msg_id{0};
mutable size_t msg_id{0};
// info about wrapping the formatted text with color
mutable size_t color_range_start{0};
mutable size_t color_range_end{0};
......
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