SCH_SHAPE destructor marked virtual

This commit is contained in:
JamesJ 2024-03-25 19:56:16 +00:00 committed by Ian McInerney
parent 0a89236f19
commit 7cc7f238d7
1 changed files with 1 additions and 1 deletions

View File

@ -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
{