added forgotten lines from patch "EEschema selection.patch"

This commit is contained in:
jean-pierre charras 2010-10-06 21:35:20 +02:00
parent 3c6c7134af
commit f431869300
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ void GRResetPenAndBrush( wxDC* DC )
* Function GRSetColorPen
* sets a pen style, width, color, and alpha into the given device context.
*/
void GRSetColorPen( wxDC* DC, int Color, int width, int style )
void GRSetColorPen( wxDC* DC, int Color, int width, wxPenStyle style )
{
if( width < 0 )
width = 0;