projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove explicit casts to (const char *), and replace it with .c_str();
[wxWidgets.git]
/
wxPython
/
src
/
msw
/
html.py
diff --git
a/wxPython/src/msw/html.py
b/wxPython/src/msw/html.py
index 594810351f439322ccef9cc5d06b56a3830f000e..09c3573b152dedcc8b2eb9fce32914ccdcd773f1 100644
(file)
--- a/
wxPython/src/msw/html.py
+++ b/
wxPython/src/msw/html.py
@@
-9,6
+9,8
@@
from windows import *
from gdi import *
+from fonts import *
+
from clip_dnd import *
from events import *