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.
|
||||
|
||||
~SCH_SHAPE() { }
|
||||
virtual ~SCH_SHAPE() {}
|
||||
|
||||
wxString GetClass() const override
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue