shouldn't be thread-safe
This commit is contained in:
parent
1cf90faf20
commit
9879a47542
|
|
@ -152,7 +152,7 @@ lost_connection() {
|
|||
////////////////////////////////////////////////////////////////////
|
||||
bool TextMonitor::
|
||||
is_thread_safe() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue