NFCController::Delegate's destructor does not need to be virtual

pull/7822/head
Donatien Garnier 2018-08-28 16:55:09 +01:00
parent 66850be6e5
commit 681811e403
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public:
virtual void on_hw_interrupt() {}
protected:
virtual ~Delegate() {}
~Delegate() {}
};
/**