Update log_msg.h

This commit is contained in:
Gabi Melman 2018-10-01 14:27:43 +03:00 committed by GitHub
parent dace099348
commit c5011181bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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};