Fix typo.
This commit is contained in:
parent
4ff61318af
commit
a2102d87c5
|
@ -194,7 +194,7 @@ void LIB_CIRCLE::Plot( PLOTTER* aPlotter, const wxPoint& aOffset, bool aFill,
|
|||
|
||||
int LIB_CIRCLE::GetPenSize() const
|
||||
{
|
||||
m_Width;
|
||||
return m_Width;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue