X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99a49d3e6779fc1a97a3469f546d7dd580f07e3a..c5fb56c07a3718798459a69c74b3124ab58c65b5:/utils/wxPython/src/helpers.cpp diff --git a/utils/wxPython/src/helpers.cpp b/utils/wxPython/src/helpers.cpp index 1ea735c8c7..47c2f51730 100644 --- a/utils/wxPython/src/helpers.cpp +++ b/utils/wxPython/src/helpers.cpp @@ -298,7 +298,7 @@ HELPEREXPORT bool wxPyRestoreThread() { // occurs, so I put in this code as a guard condition since there are // many possibilites for nested events and callbacks in wxPython. If // The current thread is our thread, then we can assume that we - // already have the lock. + // already have the lock. (I hope!) // #ifdef WXP_WITH_THREAD _wxPyNestCount += 1;