X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e146b8c8bf449e2264ac3edc6a0228585c619dd1..7ef156f79756492ef0955869c017db1f34d3eac1:/src/motif/data.cpp diff --git a/src/motif/data.cpp b/src/motif/data.cpp index f37d94fd39..52afe1decb 100644 --- a/src/motif/data.cpp +++ b/src/motif/data.cpp @@ -29,8 +29,8 @@ wxList wxPendingDelete; #if wxUSE_THREADS // List of events pending propagation -wxList wxPendingEvents; -wxCriticalSection wxPendingEventsLocker; +wxList *wxPendingEvents = NULL; +wxCriticalSection *wxPendingEventsLocker = NULL; #endif int wxPageNumber;