Fixed typo in variable name, fixing #13872.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -343,7 +343,7 @@ wxPMDCImpl::wxPMDCImpl( wxDC *owner, WXHDC hDC ) :
|
|||||||
m_hDC = hDC;
|
m_hDC = hDC;
|
||||||
} // end of wxPMDCImpl::wxPMDCImpl
|
} // end of wxPMDCImpl::wxPMDCImpl
|
||||||
|
|
||||||
wxPMDCImpl::~wxPMDCImpl(void)
|
wxPMDCImpl::~wxPMDCImpl()
|
||||||
{
|
{
|
||||||
if ( m_hDC != 0 )
|
if ( m_hDC != 0 )
|
||||||
{
|
{
|
||||||
@@ -459,7 +459,7 @@ void wxPMDCImpl::DoSetDeviceClippingRegion(
|
|||||||
DO_SET_CLIPPING_BOX()
|
DO_SET_CLIPPING_BOX()
|
||||||
} // end of wxPMDCImpl::DoSetDeviceClippingRegion
|
} // end of wxPMDCImpl::DoSetDeviceClippingRegion
|
||||||
|
|
||||||
void wxPMDCImpl::DestroyClippingRegion(void)
|
void wxPMDCImpl::DestroyClippingRegion()
|
||||||
{
|
{
|
||||||
if (m_clipping && m_hPS)
|
if (m_clipping && m_hPS)
|
||||||
{
|
{
|
||||||
@@ -910,7 +910,7 @@ void wxPMDCImpl::DoDrawLines(
|
|||||||
{
|
{
|
||||||
POINTL vPoint;
|
POINTL vPoint;
|
||||||
|
|
||||||
if (vXoffset != 0L || vXoffset != 0L)
|
if (vXoffset != 0L || vYoffset != 0L)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user