Fix typo.

This commit is contained in:
Jeff Young 2020-04-05 19:57:17 +01:00
parent 4ff61318af
commit a2102d87c5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}