precland: use 'default' for destructor

This commit is contained in:
Beat Küng 2018-03-02 14:35:33 +01:00
parent 2e6904b8a4
commit 246be4f0ab
2 changed files with 1 additions and 5 deletions

View File

@ -71,10 +71,6 @@ PrecLand::PrecLand(Navigator *navigator) :
{
}
PrecLand::~PrecLand()
{
}
void
PrecLand::on_inactive()
{

View File

@ -68,7 +68,7 @@ class PrecLand : public MissionBlock, public ModuleParams
public:
PrecLand(Navigator *navigator);
~PrecLand();
~PrecLand() = default;
virtual void on_inactive();