fixed some compilation warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-06-02 21:12:56 +00:00
parent 9aa0f3f84e
commit d9a54596d5

View File

@@ -579,7 +579,7 @@ void MyCanvas::DrawTestLines( int x, int y, int width, wxDC &dc )
dash1[0] = 2; dash1[0] = 2;
ud.SetDashes( 1, dash1 ); ud.SetDashes( 1, dash1 );
dc.DrawLine( x+20, y+160, 100, y+160 ); dc.DrawLine( x+20, y+160, 100, y+160 );
dash1[0] = 0xFF; dash1[0] = 0x7F;
ud.SetDashes( 1, dash1 ); ud.SetDashes( 1, dash1 );
dc.DrawLine( x+20, y+170, 100, y+170 ); dc.DrawLine( x+20, y+170, 100, y+170 );
} }