From 9879a47542e30409f8f188a27a841ed49dcb8983 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 8 Nov 2006 23:14:19 +0000 Subject: [PATCH] shouldn't be thread-safe --- pandatool/src/text-stats/textMonitor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/text-stats/textMonitor.cxx b/pandatool/src/text-stats/textMonitor.cxx index 374c32d9c8..e06c609a2d 100644 --- a/pandatool/src/text-stats/textMonitor.cxx +++ b/pandatool/src/text-stats/textMonitor.cxx @@ -152,7 +152,7 @@ lost_connection() { //////////////////////////////////////////////////////////////////// bool TextMonitor:: is_thread_safe() { - return true; + return false; } ////////////////////////////////////////////////////////////////////