From a4eb92993a100bc9f16f84292d394196a00961aa Mon Sep 17 00:00:00 2001 From: Tomasz Wlostowski Date: Tue, 30 Jun 2020 10:41:53 +0200 Subject: [PATCH] D_PAD: remove const causing introspection build issues --- pcbnew/class_pad.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/class_pad.h b/pcbnew/class_pad.h index 1301ff9e75..2f0514191d 100644 --- a/pcbnew/class_pad.h +++ b/pcbnew/class_pad.h @@ -159,7 +159,7 @@ public: m_shapesDirty = true; } - const wxPoint GetPosition() const override { return m_Pos; } + wxPoint GetPosition() const override { return m_Pos; } /** * Function GetAnchorPadShape