fixing warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2010-04-06 18:57:35 +00:00
parent 356fd0b532
commit 24e6777949

View File

@@ -1545,6 +1545,11 @@ public :
m_userOffset = CGContextConvertSizeToUserSpace( m_cg, CGSizeMake( 0.5 , 0.5 ) );
CGContextTranslateCTM( m_cg, m_userOffset.width , m_userOffset.height );
}
else
{
m_userOffset = CGSizeMake(0.0, 0.0);
}
}
~wxQuartzOffsetHelper( )
{