]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dc.cpp
forwarding style changes to documentViews, see #14578
[wxWidgets.git] / src / os2 / dc.cpp
index 14d766ba38c74bf0bc916d3f19a4d426d3f0ea0b..b13314253a08739cc580bd976af32dcbd8269941 100644 (file)
@@ -343,7 +343,7 @@ wxPMDCImpl::wxPMDCImpl( wxDC *owner, WXHDC hDC ) :
     m_hDC          = hDC;
 } // end of wxPMDCImpl::wxPMDCImpl
 
-wxPMDCImpl::~wxPMDCImpl(void)
+wxPMDCImpl::~wxPMDCImpl()
 {
     if ( m_hDC != 0 )
     {
@@ -459,7 +459,7 @@ void wxPMDCImpl::DoSetDeviceClippingRegion(
     DO_SET_CLIPPING_BOX()
 } // end of wxPMDCImpl::DoSetDeviceClippingRegion
 
-void wxPMDCImpl::DestroyClippingRegion(void)
+void wxPMDCImpl::DestroyClippingRegion()
 {
     if (m_clipping && m_hPS)
     {
@@ -910,7 +910,7 @@ void wxPMDCImpl::DoDrawLines(
 {
     POINTL                          vPoint;
 
-    if (vXoffset != 0L || vXoffset != 0L)
+    if (vXoffset != 0L || vYoffset != 0L)
     {
         int                             i;