D_PAD: remove const causing introspection build issues
This commit is contained in:
parent
8ffa86a63f
commit
a4eb92993a
|
@ -159,7 +159,7 @@ public:
|
||||||
m_shapesDirty = true;
|
m_shapesDirty = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
const wxPoint GetPosition() const override { return m_Pos; }
|
wxPoint GetPosition() const override { return m_Pos; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function GetAnchorPadShape
|
* Function GetAnchorPadShape
|
||||||
|
|
Loading…
Reference in New Issue