From f4318693008bb13e9bd8ca50f4e66c40cbe04308 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Wed, 6 Oct 2010 21:35:20 +0200 Subject: [PATCH] added forgotten lines from patch "EEschema selection.patch" --- common/gr_basic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/gr_basic.cpp b/common/gr_basic.cpp index 1de9540314..7d48be5cd7 100644 --- a/common/gr_basic.cpp +++ b/common/gr_basic.cpp @@ -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;