projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More settings restored.
[wxWidgets.git]
/
src
/
msw
/
dcmemory.cpp
diff --git
a/src/msw/dcmemory.cpp
b/src/msw/dcmemory.cpp
index 3427da41a16707eea7e10e93da7e5928073422bd..f93d3b796274ddc7f16563a60463f135b5fdb1d6 100644
(file)
--- a/
src/msw/dcmemory.cpp
+++ b/
src/msw/dcmemory.cpp
@@
-89,7
+89,7
@@
bool wxMemoryDC::CreateCompatible(wxDC *dc)
m_hDC = (WXHDC)::CreateCompatibleDC(dc ? GetHdcOf(*dc) : NULL);
// as we created the DC, we must delete it in the dtor
- m_bOwnsDC =
TRUE
;
+ m_bOwnsDC =
true
;
m_ok = m_hDC != 0;