X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c3d7e2d777b4c5892adadf3e658b8923645ae04..cfad3750c3ecc821ffae8b9b3de852551270846d:/src/gtk/threadpsx.cpp?ds=sidebyside diff --git a/src/gtk/threadpsx.cpp b/src/gtk/threadpsx.cpp index fba9ca0037..79542d5e19 100644 --- a/src/gtk/threadpsx.cpp +++ b/src/gtk/threadpsx.cpp @@ -634,7 +634,7 @@ void wxThread::Exit(void *status) } // also test whether we were paused -bool wxThread::TestDestroy() const +bool wxThread::TestDestroy() { wxCriticalSectionLocker lock((wxCriticalSection&)m_critsect);