mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update destructors
This commit is contained in:
parent
b9311eafb4
commit
aa35a91923
4 changed files with 13 additions and 21 deletions
|
|
@ -23,4 +23,8 @@ History::History()
|
|||
);
|
||||
}
|
||||
|
||||
History::~History() = default;
|
||||
History::~History()
|
||||
{
|
||||
delete back;
|
||||
delete forward;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue