]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/threadsgi.cpp
No real changes, just minor cleanup in wxGTK wxDVC.
[wxWidgets.git] / src / gtk1 / threadsgi.cpp
index 8f49d94a32d902b7e456bb7a96b9bccfc4ccd4ce..6ba3e7255c9a49daf61c5f698a2eb7e7321fcf5b 100644 (file)
@@ -66,7 +66,9 @@ wxMutex::wxMutex()
 wxMutex::~wxMutex()
 {
   if (m_locked > 0)
+  {
     wxLogDebug( "wxMutex warning: freeing a locked mutex (%d locks)\n", m_locked );
+  }
   delete p_internal;
 }