From a2102d87c5c03f8833e23ce3a4bdd5e561bc76f4 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sun, 5 Apr 2020 19:57:17 +0100 Subject: [PATCH] Fix typo. --- eeschema/lib_circle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/lib_circle.cpp b/eeschema/lib_circle.cpp index 9bfe69b6aa..a81086febc 100644 --- a/eeschema/lib_circle.cpp +++ b/eeschema/lib_circle.cpp @@ -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; }