projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Another one bites the dust.
[wxWidgets.git]
/
src
/
motif
/
data.cpp
diff --git
a/src/motif/data.cpp
b/src/motif/data.cpp
index f37d94fd39cc7f6289fb932c3eda09d3c3ea0934..52afe1decb102a4a042808caf1c734e2376c7d64 100644
(file)
--- 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;