]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/threadno.cpp
Fix bug with showing hidden wxGrid lines when resizing an adjacent one.
[wxWidgets.git] / src / gtk1 / threadno.cpp
index a4bcf8a517369ab24c2999e1e163163d73b4b6be..572f91df81459226cd50ad26c7355ba2856eb093 100644 (file)
@@ -28,7 +28,9 @@ wxMutex::wxMutex()
 wxMutex::~wxMutex()
 {
     if (m_locked)
+    {
         wxLogDebug( "wxMutex warning: destroying a locked mutex (%d locks)", m_locked );
+    }
 }
 
 wxMutexError wxMutex::Lock()