Use user-define element destructor.

This commit is contained in:
Kim Kulling
2022-09-11 17:04:58 +02:00
committed by GitHub
parent 7b874983d0
commit b2ea018fd5

View File

@@ -89,7 +89,7 @@ class Element
{
public:
Element(const Token& key_token, Parser& parser);
~Element() = default;
~Element():
const Scope* Compound() const {
return compound;