projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
No changes, just fix a typo in a variable name.
[wxWidgets.git]
/
src
/
gtk1
/
threadsgi.cpp
diff --git
a/src/gtk1/threadsgi.cpp
b/src/gtk1/threadsgi.cpp
index 8f49d94a32d902b7e456bb7a96b9bccfc4ccd4ce..6ba3e7255c9a49daf61c5f698a2eb7e7321fcf5b 100644
(file)
--- a/
src/gtk1/threadsgi.cpp
+++ b/
src/gtk1/threadsgi.cpp
@@
-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;
}