projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Small changes incl. making wxTAB_TRAVERSAL always on in wxDialog (wxMSW)
[wxWidgets.git]
/
src
/
msw
/
dcmemory.cpp
diff --git
a/src/msw/dcmemory.cpp
b/src/msw/dcmemory.cpp
index f3de3b4b4afac45464e1ceeb42d3fdf8e7de44a4..dd76ffcd3acbca5546bf0c4b2e6645f9704deee8 100644
(file)
--- a/
src/msw/dcmemory.cpp
+++ b/
src/msw/dcmemory.cpp
@@
-39,7
+39,7
@@
IMPLEMENT_DYNAMIC_CLASS(wxMemoryDC, wxDC)
wxMemoryDC::wxMemoryDC(void)
{
wxMemoryDC::wxMemoryDC(void)
{
- m_hDC = (WXHDC) ::CreateCompatibleDC(NULL);
+ m_hDC = (WXHDC) ::CreateCompatibleDC(
(HDC)
NULL);
m_ok = (m_hDC != 0);
m_bOwnsDC = TRUE;
m_ok = (m_hDC != 0);
m_bOwnsDC = TRUE;