projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update compile support for OpenVMS
[wxWidgets.git]
/
src
/
os2
/
toplevel.cpp
diff --git
a/src/os2/toplevel.cpp
b/src/os2/toplevel.cpp
index ff1c6d70e9f80ba7d3a77ba14ba9359b8ecd5d5f..38d204d14bdbbcf7479454cd429e39e8be73086b 100644
(file)
--- a/
src/os2/toplevel.cpp
+++ b/
src/os2/toplevel.cpp
@@
-150,7
+150,7
@@
void wxTopLevelWindowOS2::Init()
m_hFrame = NULLHANDLE;
memset(&m_vSwp, 0, sizeof(SWP));
memset(&m_vSwpClient, 0, sizeof(SWP));
- m_pWinLastFocused =
(wxWindow *)
NULL;
+ m_pWinLastFocused = NULL;
} // end of wxTopLevelWindowIOS2::Init
void wxTopLevelWindowOS2::OnActivate(