]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/threadno.cpp
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / src / gtk1 / threadno.cpp
index a4bcf8a517369ab24c2999e1e163163d73b4b6be..f0e4b290e96145575014a9f614314a2916537bf0 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Guilhem Lavaux
 // Modified by:
 // Created:     04/22/98
-// RCS-ID:      $Id$
 // Copyright:   (c) Wolfram Gloger (1996, 1997); Guilhem Lavaux (1998)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -28,7 +27,9 @@ wxMutex::wxMutex()
 wxMutex::~wxMutex()
 {
     if (m_locked)
+    {
         wxLogDebug( "wxMutex warning: destroying a locked mutex (%d locks)", m_locked );
+    }
 }
 
 wxMutexError wxMutex::Lock()