projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
init m_isOpened in ctor (bug 736208)
[wxWidgets.git]
/
src
/
os2
/
dcclient.cpp
diff --git
a/src/os2/dcclient.cpp
b/src/os2/dcclient.cpp
index e1be6a1052a9041fb976c99207b216b1782e1ddc..083b902b3db14928f33c09e172ee46da0c926322 100644
(file)
--- a/
src/os2/dcclient.cpp
+++ b/
src/os2/dcclient.cpp
@@
-319,7
+319,7
@@
wxPaintDC::wxPaintDC(
{
HPS hPS;
- m_hDC =
(WXHDC)
::WinOpenWindowDC(GetWinHwnd(m_pCanvas));
+ m_hDC = ::WinOpenWindowDC(GetWinHwnd(m_pCanvas));
hPS = ::WinBeginPaint( GetWinHwnd(m_pCanvas)
,NULLHANDLE
,&g_paintStruct