remove default destructor definition

This commit is contained in:
yggverse 2024-09-04 02:39:58 +03:00
parent 24e80ec2ce
commit 160c498586
2 changed files with 1 additions and 5 deletions

View file

@ -15,6 +15,4 @@ Update::Update()
set_tooltip_text(
_("Update")
);
}
Update::~Update() = default;
}