mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 02:33:15 +02:00
SCH_SHAPE destructor marked virtual
This commit is contained in:
parent
0a89236f19
commit
7cc7f238d7
@ -37,7 +37,7 @@ public:
|
|||||||
|
|
||||||
// Do not create a copy constructor. The one generated by the compiler is adequate.
|
// Do not create a copy constructor. The one generated by the compiler is adequate.
|
||||||
|
|
||||||
~SCH_SHAPE() { }
|
virtual ~SCH_SHAPE() {}
|
||||||
|
|
||||||
wxString GetClass() const override
|
wxString GetClass() const override
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user