wxGTK1 compilation fixes after last changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-03-22 13:29:52 +00:00
parent 433400df4d
commit 70aca4d953
2 changed files with 2 additions and 2 deletions

View File

@@ -239,7 +239,7 @@ extern bool g_mainThreadLocked;
#if wxUSE_THREADS
# define DEBUG_MAIN_THREAD \
wxASSERT_MSG( !g_mainThreadLocked || !wxThread::IsMain(), \
"GUI reentrancy detected" )
"GUI reentrancy detected" );
#else
# define DEBUG_MAIN_THREAD
#endif