mirror of https://github.com/ARMmbed/mbed-os.git
NFCController::Delegate's destructor does not need to be virtual
parent
66850be6e5
commit
681811e403
|
@ -58,7 +58,7 @@ public:
|
||||||
virtual void on_hw_interrupt() {}
|
virtual void on_hw_interrupt() {}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual ~Delegate() {}
|
~Delegate() {}
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue