]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/threadpsx.cpp
Added (untested) support for sub-locales.
[wxWidgets.git] / src / gtk1 / threadpsx.cpp
index fba9ca00379750dfcb81c00b4ab091c7ea394e46..79542d5e192882a87861188ff6b3dbfea461d838 100644 (file)
@@ -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);