Small fix
This commit is contained in:
parent
4312255566
commit
09e208bcf7
@ -282,8 +282,8 @@ namespace console
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::thread console_runner_;
|
std::thread console_runner_{};
|
||||||
std::thread message_runner_;
|
std::thread message_runner_{};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user