projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added missing generic include file
[wxWidgets.git]
/
wxPython
/
src
/
wx.i
diff --git
a/wxPython/src/wx.i
b/wxPython/src/wx.i
index da1553eb921e525f19e2b8be5e0be1f4a434fa87..c9d140bc72630c76f49710e38fd101334b9948c3 100644
(file)
--- a/
wxPython/src/wx.i
+++ b/
wxPython/src/wx.i
@@
-161,8
+161,9
@@
static wxPyCoreAPI API = {
SWIG_addvarlink,
SWIG_newvarlink,
- wxPySaveThread,
- wxPyRestoreThread,
+ wxPyBeginBlockThreads,
+ wxPyEndBlockThreads,
+
wxPyConstructObject,
wxPy_ConvertList,