]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dcmemory.cpp
fix compilation - Stefan see my last commit bundle :)
[wxWidgets.git] / src / msw / dcmemory.cpp
index 3427da41a16707eea7e10e93da7e5928073422bd..f93d3b796274ddc7f16563a60463f135b5fdb1d6 100644 (file)
@@ -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;